From f5cd4d864ddc8639667ef912d1de7b78d6b0ea5c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 20:09:30 +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 c2b4e50..be35e85 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-dm-sans), sans-serif; + font-family: var(--font-manrope), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none;