chore: remove useless web font, fix #4

This commit is contained in:
YunYouJun
2022-04-18 16:05:42 +08:00
parent 077b9e9b43
commit aee764c2d6
5 changed files with 16 additions and 11 deletions

View File

@@ -35,9 +35,12 @@ export default defineConfig({
presetTypography(),
presetWebFonts({
fonts: {
sans: 'DM Sans',
serif: 'DM Serif Display',
mono: 'DM Mono',
serif: [
{
name: 'Noto Serif SC',
weights: [900],
},
],
},
}),
],