feat: font set

This commit is contained in:
changjun
2023-07-11 11:08:11 +08:00
parent a689b96526
commit 1d1019ad04
2 changed files with 4 additions and 103 deletions

File diff suppressed because one or more lines are too long

View File

@@ -31,9 +31,12 @@ export default defineConfig({
theme: { theme: {
fontFamily: { fontFamily: {
sans: [ sans: [
'Inter',
'LXGWWenKaiGBScreen',
...fontFamily.sans.split(','), ...fontFamily.sans.split(','),
], ],
mono: [ mono: [
'JetBrainsMono',
...fontFamily.mono.split(','), ...fontFamily.mono.split(','),
], ],
}, },