fix: apply font-app to prose content for consistent typography

This commit is contained in:
2026-08-11 04:23:16 +00:00
parent 579df08e3a
commit 3c01d4e2dc
+1 -1
View File
@@ -3,7 +3,7 @@
@layer base {
/* ===== Override default Tailwind Typography styles ===== */
.app-prose {
@apply prose;
@apply prose font-app;
h1,
h2,