From 9589fd66bf7011d2dcf64d992028659ecf8b9f33 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 06:58:46 +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; }