From ea929eb097bfc21fcd4bde6a600496108ae38b32 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 09:28:58 +0000 Subject: [PATCH] Update theme fonts --- src/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 249b47c..34badcf 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +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'); /* Creative Portfolio - Clean White */ @import "tailwindcss"; @import "./styles/masks.css"; @@ -95,7 +96,7 @@ --color-background-accent: var(--background-accent); /* Fonts */ - --font-sans: "Inter Tight", sans-serif; + --font-sans: 'Inter', sans-serif; --font-tight: "Inter Tight", sans-serif; --font-mono: monospace; @@ -144,7 +145,7 @@ body { margin: 0; background-color: var(--background); color: var(--foreground); - font-family: "Inter Tight", sans-serif; + font-family: 'Inter', sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -157,7 +158,7 @@ h3, h4, h5, h6 { - font-family: "Inter Tight", sans-serif; + font-family: 'DM Sans', sans-serif; } /* WEBILD_CARD_STYLE */ -- 2.49.1