Use SF Pro style font stack

This commit is contained in:
2026-05-16 21:52:38 +01:00
parent 0ac37261a8
commit 6549b03d9a
4 changed files with 6 additions and 5 deletions

View File

@@ -6,6 +6,7 @@
color-scheme: light;
--bg: #f6f5f2;
--ink: #111317;
--font-sans: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* {
@@ -24,7 +25,7 @@ body {
url('/assets/New-optic-BG-mobile.webp') center top / cover scroll,
linear-gradient(180deg, #fbfaf8 0%, #f6f5f2 42%, #ffffff 100%);
color: var(--ink);
font-family: var(--font-sans), system-ui, sans-serif;
font-family: var(--font-sans);
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}