From 6e20daec4913dd1f1cb21d10acf9bcc6c753f8fe Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 11 Aug 2026 04:13:18 +0000 Subject: [PATCH] =?UTF-8?q?update:=20=E6=8D=A2=E6=88=90Nunito=E5=AD=97?= =?UTF-8?q?=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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