feat(ui): Inter + design-system preview page (#10)
CI / backend (push) Successful in 1m11s
CI / frontend (push) Successful in 28s
Deploy Staging / deploy (push) Successful in 1m9s
CI / backend (pull_request) Successful in 1m4s
CI / frontend (pull_request) Successful in 23s
Security / secrets (push) Successful in 5s
Security / dependencies (push) Successful in 1m6s

This commit was merged in pull request #10.
This commit is contained in:
2026-07-01 20:14:51 +02:00
parent e482d60b69
commit dde23c980c
6 changed files with 195 additions and 3 deletions
+3 -3
View File
@@ -66,9 +66,9 @@
body {
@apply bg-background text-foreground antialiased;
/* Prefer Inter when available (bundled in a later slice); graceful system fallback. */
font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto,
Helvetica, Arial, sans-serif;
/* Inter (variable, self-hosted via @fontsource-variable/inter); system fallback. */
font-family: 'Inter Variable', 'Inter', ui-sans-serif, system-ui, -apple-system,
'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
/* Subtle, modern scrollbars that respect the theme. */