From d657a4bd3632d677612c4cd6194419bc7fd561da Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:58:48 +0000 Subject: [PATCH] Update theme fonts --- src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index 4c688fb..37e3f63 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Dm+Sans:wght@400;500;600;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap'); @import "tailwindcss"; @import "./styles/masks.css"; @import "./styles/animations.css"; @@ -88,7 +88,7 @@ --color-background-accent: var(--background-accent); /* Fonts */ - --font-sans: 'Inter', sans-serif; + --font-sans: 'DM Sans', sans-serif; --font-mono: monospace; /* Border Radius */ @@ -136,7 +136,7 @@ body { margin: 0; background-color: var(--background); color: var(--foreground); - font-family: 'Inter', sans-serif; + font-family: 'DM Sans', sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -149,7 +149,7 @@ h3, h4, h5, h6 { - font-family: 'Dm Sans', sans-serif; + font-family: 'Manrope', sans-serif; } /* WEBILD_CARD_STYLE */ -- 2.49.1