From 507e1e4bb87a3b05cb9685f77576107f1fc8dcba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 00:46:14 +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 efe6053..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-libre-baskerville), serif; + font-family: var(--font-montserrat), sans-serif; }