mirror of
https://github.com/dergigi/boris.git
synced 2026-02-20 22:44:40 +01:00
feat: apply reading font to article titles
- Add font-family: var(--reading-font) to .reader-title class - Ensures consistent typography between titles and body text - Titles now respect user's reading font preference from settings
This commit is contained in:
@@ -512,6 +512,7 @@ body {
|
||||
.reader-title {
|
||||
margin: 0;
|
||||
flex: 1;
|
||||
font-family: var(--reading-font);
|
||||
}
|
||||
|
||||
.reader-meta {
|
||||
|
||||
Reference in New Issue
Block a user