refactor(font): use local woff2

This commit is contained in:
enscribe 2024-09-18 17:52:04 -07:00
parent 42951e4d01
commit 3b1fcf5663
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
9 changed files with 21 additions and 24 deletions

View file

@ -2,6 +2,22 @@
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Geist';
src: url('/fonts/GeistVF.woff2') format('woff2');
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Geist Mono';
src: url('/fonts/GeistMonoVF.woff2') format('woff2');
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
@layer base {
:root {
--background: 0 0% 100%;