mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 01:21:22 +00:00
feat: use Geist Sans as font naming
This commit is contained in:
parent
f9dfaa2fd2
commit
7dafdd236b
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue