mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
feat: font set
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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(','),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user