From ffd689fff90fb120d34c9993c90197a17950bac6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 04:02:13 +0000 Subject: [PATCH] Update theme fonts --- src/app/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index b937ca5..d97fa01 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-playfair), serif; + font-family: var(--font-mulish), sans-serif; }