From 3dc58a96b63843fba330d7ac2c39ff8b5d3d8399 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:15:32 +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 c719d19..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-dm-sans), sans-serif; + font-family: var(--font-mulish), sans-serif; }