diff --git a/astro.config.ts b/astro.config.ts index db76e95..eb07cc2 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -60,11 +60,11 @@ export default defineConfig({ }, fonts: [ { - name: "Google Sans Code", - cssVariable: "--font-google-sans-code", + name: "Nunito", + cssVariable: "--font-nunito", provider: fontProviders.google(), - fallbacks: ["monospace"], - weights: [300, 400, 500, 600, 700], + fallbacks: ["sans-serif"], + weights: [300, 400, 500, 600, 700, 800], styles: ["normal", "italic"], formats: ["woff", "ttf"], }, @@ -81,4 +81,4 @@ export default defineConfig({ experimental: { svgOptimizer: svgoOptimizer(), }, -}); +}); \ No newline at end of file