refactor(index): switch to Geist font
All checks were successful
build dist / build-dist (push) Successful in 35s

This commit is contained in:
z0x 2025-03-23 12:28:56 -04:00
parent 85f661b094
commit f262d913b3
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"@astrojs/react": "^4.2.1", "@astrojs/react": "^4.2.1",
"@biomejs/biome": "^1.9.4", "@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-dropdown-menu": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.0.15", "@tailwindcss/vite": "^4.0.15",
@ -158,7 +158,7 @@
"@floating-ui/utils": ["@floating-ui/utils@0.2.9", "", {}, "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg=="], "@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=="], "@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=="],

View file

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@astrojs/react": "^4.2.1", "@astrojs/react": "^4.2.1",
"@biomejs/biome": "^1.9.4", "@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-dropdown-menu": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.0.15", "@tailwindcss/vite": "^4.0.15",

View file

@ -1,6 +1,6 @@
--- ---
import "/src/styles/globals.css"; import "/src/styles/globals.css";
import "@fontsource-variable/lora"; import "@fontsource-variable/geist";
--- ---
<meta charset="utf-8" /> <meta charset="utf-8" />

View file

@ -4,7 +4,7 @@
@theme { @theme {
--font-sans: "Lora Variable", sans-serif; --font-sans: "Geist Variable", sans-serif;
} }