FEATURE: 网站的基本前端服务 #2

Merged
remilia merged 41 commits from dev into master 2025-09-06 16:11:23 +08:00
49 changed files with 73 additions and 3059 deletions
Showing only changes of commit 3e32e0f59b - Show all commits

View File

@ -4,7 +4,7 @@ import {
presetIcons,
presetTypography,
presetUno,
presetWebFonts,
// presetWebFonts,
transformerDirectives,
transformerVariantGroup,
} from 'unocss'
@ -21,13 +21,14 @@ export default defineConfig({
scale: 1.2,
}),
presetTypography(),
presetWebFonts({
fonts: {
sans: 'DM Sans',
serif: 'DM Serif Display',
mono: 'DM Mono',
},
}),
// presetWebFonts({
// provider: 'none',
// fonts: {
// sans: 'DM Sans',
// serif: 'DM Serif Display',
// mono: 'DM Mono',
// },
// }),
],
transformers: [
transformerDirectives(),