refactor(index): switch to Geist font
All checks were successful
build dist / build-dist (push) Successful in 35s
All checks were successful
build dist / build-dist (push) Successful in 35s
This commit is contained in:
parent
85f661b094
commit
f262d913b3
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import "/src/styles/globals.css";
|
||||
import "@fontsource-variable/lora";
|
||||
import "@fontsource-variable/geist";
|
||||
---
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
@theme {
|
||||
--font-sans: "Lora Variable", sans-serif;
|
||||
--font-sans: "Geist Variable", sans-serif;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue