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:
Gigi
2025-10-08 12:09:36 +01:00
parent 83e2f23357
commit 270ea94c70

View File

@@ -512,6 +512,7 @@ body {
.reader-title {
margin: 0;
flex: 1;
font-family: var(--reading-font);
}
.reader-meta {