From 7dafdd236bcca03f47e9a0d098be92c9735a8161 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Fri, 19 Jan 2024 02:57:48 +0100 Subject: [PATCH] feat: use Geist Sans as font naming --- src/styles/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index a9b07f1..85f33df 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -4,7 +4,7 @@ @layer base { :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'; --background: 0 0% 100%; --foreground: 240 10% 3.9%; @@ -93,7 +93,7 @@ /* Font face Geist font */ @font-face { - font-family: 'geist-sans'; + font-family: 'Geist Sans'; font-style: normal; font-weight: 400; font-display: swap; @@ -101,7 +101,7 @@ } @font-face { - font-family: 'geist-sans'; + font-family: 'Geist Sans'; font-style: normal; font-weight: 500; font-display: swap; @@ -109,7 +109,7 @@ } @font-face { - font-family: 'geist-sans'; + font-family: 'Geist Sans'; font-style: normal; font-weight: 600; font-display: swap; @@ -117,7 +117,7 @@ } @font-face { - font-family: 'geist-sans'; + font-family: 'Geist Sans'; font-style: normal; font-weight: 700; font-display: swap;