From 4026cf1a38f1c2e8e9bc690cae6a57447a3ff8a8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 05:14:01 +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 d97fa01..62c2d18 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-mulish), sans-serif; + font-family: var(--font-montserrat), sans-serif; }