From e2081e57a87fce49dcbf322615612f4ea29ec57c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 12:49:54 +0000 Subject: [PATCH] Update theme fonts --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 2c0269e..97f8c55 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-raleway), sans-serif; + font-family: var(--font-figtree), sans-serif;; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-raleway), sans-serif; + font-family: var(--font-figtree), sans-serif;; }