mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
update: 换成Nunito字体
This commit is contained in:
+4
-4
@@ -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"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user