From 8629dba33540db1c0cec31fc11aa4f2c820d01a7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:46: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 34aea07..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-inter), sans-serif; + font-family: var(--font-libre-baskerville), serif; }