fix: typography consistency with native-first font stack and Inter webfont fallback

This commit is contained in:
Alexis
2026-05-15 09:37:13 +02:00
parent 76f003377d
commit 70dc397ac2
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
--color-error-text: #6E1111;
/* Fonts */
--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--font-sans: "Segoe UI", -apple-system, BlinkMacSystemFont, "Inter", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
}