Update theme fonts

This commit is contained in:
2026-05-09 23:01:23 +00:00
parent 34b2e3b488
commit 1e6e205d62

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;