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: [
|
||||
{
|
||||
name: "Nunito",
|
||||
cssVariable: "--font-nunito",
|
||||
name: "Noto Serif SC",
|
||||
cssVariable: "--font-noto-serif-sc",
|
||||
provider: fontProviders.google(),
|
||||
fallbacks: ["sans-serif"],
|
||||
weights: [300, 400, 500, 600, 700, 800],
|
||||
styles: ["normal", "italic"],
|
||||
fallbacks: ["serif"],
|
||||
weights: [400, 600, 700, 900],
|
||||
styles: ["normal"],
|
||||
formats: ["woff", "ttf"],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user