mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-13 23:31:07 +08:00
feat: switch to Noto Serif SC for a refreshed look
This commit is contained in:
+5
-5
@@ -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"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user