diff --git a/src/css/basecoat.css b/src/css/basecoat.css index 886dd31..2af87e6 100644 --- a/src/css/basecoat.css +++ b/src/css/basecoat.css @@ -1,5 +1,10 @@ @custom-variant dark (&:is(.dark *)); +@font-face { + font-family: 'Geist'; + src: url('"../fonts/Geist-Regular.woff2'); +} + :root { --radius: 0.625rem; --background: oklch(1 0 0); @@ -124,6 +129,7 @@ @layer base { * { @apply border-border outline-ring/50; + font-family: 'Geist', sans-serif !important; } html { @apply scroll-smooth; diff --git a/src/fonts/Geist-Regular.woff2 b/src/fonts/Geist-Regular.woff2 new file mode 100644 index 0000000..dc080c9 Binary files /dev/null and b/src/fonts/Geist-Regular.woff2 differ