From 3bc8c2427b813d980a0cc1ef46af2efa91ed6bc9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 13:03:26 +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 e6e4ae5..efe6053 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-public-sans), sans-serif; + font-family: var(--font-libre-baskerville), serif; }