feat: switch to Noto Serif SC for a refreshed look

This commit is contained in:
2026-08-11 04:27:32 +00:00
parent 3c01d4e2dc
commit 1eabf61455
+5 -5
View File
@@ -60,12 +60,12 @@ export default defineConfig({
}, },
fonts: [ fonts: [
{ {
name: "Nunito", name: "Noto Serif SC",
cssVariable: "--font-nunito", cssVariable: "--font-noto-serif-sc",
provider: fontProviders.google(), provider: fontProviders.google(),
fallbacks: ["sans-serif"], fallbacks: ["serif"],
weights: [300, 400, 500, 600, 700, 800], weights: [400, 600, 700, 900],
styles: ["normal", "italic"], styles: ["normal"],
formats: ["woff", "ttf"], formats: ["woff", "ttf"],
}, },
], ],