feat: use Geist Sans as font naming

This commit is contained in:
Bart van der Braak 2024-01-19 02:57:48 +01:00
parent f9dfaa2fd2
commit 7dafdd236b

View file

@ -4,7 +4,7 @@
@layer base { @layer base {
:root { :root {
--font-geist-sans: 'geist-sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, --font-geist-sans: 'Geist Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--background: 0 0% 100%; --background: 0 0% 100%;
--foreground: 240 10% 3.9%; --foreground: 240 10% 3.9%;
@ -93,7 +93,7 @@
/* Font face Geist font */ /* Font face Geist font */
@font-face { @font-face {
font-family: 'geist-sans'; font-family: 'Geist Sans';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
@ -101,7 +101,7 @@
} }
@font-face { @font-face {
font-family: 'geist-sans'; font-family: 'Geist Sans';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
font-display: swap; font-display: swap;
@ -109,7 +109,7 @@
} }
@font-face { @font-face {
font-family: 'geist-sans'; font-family: 'Geist Sans';
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
font-display: swap; font-display: swap;
@ -117,7 +117,7 @@
} }
@font-face { @font-face {
font-family: 'geist-sans'; font-family: 'Geist Sans';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
font-display: swap; font-display: swap;