From 3dfe616831465cb5e2b761ab87165e6dc45008bb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:11:09 +0000 Subject: [PATCH 1/2] 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 8caa82a..446ddb3 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=Open+Sans:wght@400;500;600;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Public+Sans: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', 'Open Sans', sans-serif; + --font-sans: 'Inter', sans-serif; --font-mono: monospace; /* Border Radius */ @@ -135,7 +135,7 @@ html { body { margin: 0; color: var(--foreground); - font-family: 'Inter', 'Open Sans', sans-serif; + font-family: 'Inter', sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -152,7 +152,7 @@ h3, h4, h5, h6 { - font-family: 'Inter', 'Open Sans', sans-serif; + font-family: 'Public Sans', sans-serif; } button { -- 2.49.1 From 99318a67ea0ea5d16e60400cd5e311dab13d4f9d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 10:11:10 +0000 Subject: [PATCH 2/2] Update theme fonts -- 2.49.1