mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 04:17:19 +00:00
feat: font set
This commit is contained in:
@@ -31,9 +31,12 @@ export default defineConfig({
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: [
|
||||
'Inter',
|
||||
'LXGWWenKaiGBScreen',
|
||||
...fontFamily.sans.split(','),
|
||||
],
|
||||
mono: [
|
||||
'JetBrainsMono',
|
||||
...fontFamily.mono.split(','),
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user