Skip to content

Commit ff728d9

Browse files
committed
feat: 更新字体配置,将sans字体数组化以增强可读性
1 parent 791f5a9 commit ff728d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uno.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineConfig({
2727
presetWebFonts({
2828
fonts: {
2929
mono: 'Fira Code',
30-
sans: 'Avenir Next,Nunito Sans',
30+
sans: ['Avenir Next', 'Nunito Sans'],
3131
local: 'Avenir Next',
3232
},
3333
processors: createLocalFontProcessor(),

0 commit comments

Comments
 (0)