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
4
bun.lock
4
bun.lock
|
@ -6,7 +6,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/react": "^4.2.1",
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@fontsource-variable/lora": "^5.2.5",
|
||||
"@fontsource-variable/geist": "^5.2.5",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
||||
"@radix-ui/react-slot": "^1.1.2",
|
||||
"@tailwindcss/vite": "^4.0.15",
|
||||
|
@ -158,7 +158,7 @@
|
|||
|
||||
"@floating-ui/utils": ["@floating-ui/utils@0.2.9", "", {}, "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg=="],
|
||||
|
||||
"@fontsource-variable/lora": ["@fontsource-variable/lora@5.2.5", "", {}, "sha512-eupTrzQnDFr3i9pci0efxfT0mCjGmWJNmDyvsl9Wq11JCyNr5ZN7bTjhIT6/q9daq5CshTsowg0/BH2gERbtXQ=="],
|
||||
"@fontsource-variable/geist": ["@fontsource-variable/geist@5.2.5", "", {}, "sha512-773ht1maARKCDSxxmyc6cWiSRudk4GU+pW/0PHHnTEISprej9ARfGZVVhW04nmrk1Nlj888MLyuutTx1UnYy0g=="],
|
||||
|
||||
"@img/sharp-darwin-arm64": ["@img/sharp-darwin-arm64@0.33.5", "", { "optionalDependencies": { "@img/sharp-libvips-darwin-arm64": "1.0.4" }, "os": "darwin", "cpu": "arm64" }, "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ=="],
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/react": "^4.2.1",
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@fontsource-variable/lora": "^5.2.5",
|
||||
"@fontsource-variable/geist": "^5.2.5",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
||||
"@radix-ui/react-slot": "^1.1.2",
|
||||
"@tailwindcss/vite": "^4.0.15",
|
||||
|
|
|
@ -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
Reference in a new issue