From 55817cdc5198901b9c2dbd0ee013ee6025fffad0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 10:42:03 +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 af60472..90fb4bf 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter: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 Tight', sans-serif; + --font-sans: 'Open Sans', sans-serif; --font-tight: "Inter Tight", sans-serif; --font-mono: monospace; @@ -137,7 +137,7 @@ body { margin: 0; background-color: var(--background); color: var(--foreground); - font-family: 'Inter Tight', sans-serif; + font-family: 'Open Sans', sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -150,7 +150,7 @@ h3, h4, h5, h6 { - font-family: 'Inter Tight', sans-serif; + font-family: 'Inter', sans-serif; } /* Default card/button styles. Template theme.css imports come after this file