From 270ea94c706a9ec2baa4901fe5aff426e452a666 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 8 Oct 2025 12:09:36 +0100 Subject: [PATCH] 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 --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index d099a67a..e21fc29c 100644 --- a/src/index.css +++ b/src/index.css @@ -512,6 +512,7 @@ body { .reader-title { margin: 0; flex: 1; + font-family: var(--reading-font); } .reader-meta {