From 3c01d4e2dceb05e7e882d02dc5c37ffcc896df12 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 11 Aug 2026 04:23:16 +0000 Subject: [PATCH] fix: apply font-app to prose content for consistent typography --- src/styles/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/typography.css b/src/styles/typography.css index 5fb89db..9b8a17f 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -3,7 +3,7 @@ @layer base { /* ===== Override default Tailwind Typography styles ===== */ .app-prose { - @apply prose; + @apply prose font-app; h1, h2,