feat(app): change font variables

This commit is contained in:
Ilia Mashkov
2026-02-25 10:02:41 +03:00
parent ff39299499
commit 81d228290b

View File

@@ -311,8 +311,10 @@
--color-gradient-from: var(--gradient-from); --color-gradient-from: var(--gradient-from);
--color-gradient-via: var(--gradient-via); --color-gradient-via: var(--gradient-via);
--color-gradient-to: var(--gradient-to); --color-gradient-to: var(--gradient-to);
--font-mono: 'Major Mono Display', monospace; --font-logo: 'Syne', system-ui, -apple-system, 'Segoe UI', Inter, Roboto, Arial, sans-serif;
--font-sans: 'Karla', system-ui, -apple-system, 'Segoe UI', Inter, Roboto, Arial, sans-serif; --font-mono: 'Space Mono', monospace;
--font-primary: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', Inter, Roboto, Arial, sans-serif;
--font-secondary: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
} }
/* Global utility - useful across your app */ /* Global utility - useful across your app */
@@ -356,10 +358,6 @@
animation: nudge 10s ease-in-out infinite; animation: nudge 10s ease-in-out infinite;
} }
.barlow {
font-family: "Barlow", system-ui, Inter, Roboto, "Segoe UI", Arial, sans-serif;
}
* { * {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color: hsl(0 0% 70% / 0.4) transparent; scrollbar-color: hsl(0 0% 70% / 0.4) transparent;