fix: mono font styling
This commit is contained in:
parent
0280bbbdfd
commit
2db1b7fb7f
@ -11,8 +11,9 @@ export const theme = extendTheme({
|
|||||||
].join(','),
|
].join(','),
|
||||||
mono: [
|
mono: [
|
||||||
'SFMono-Regular,Menlo,Monaco',
|
'SFMono-Regular,Menlo,Monaco',
|
||||||
'"Sarasa Mono CJK SC",',
|
'"Sarasa Mono CJK SC"',
|
||||||
'Consolas,"Liberation Mono","Courier New",monospace',
|
'Consolas,"Liberation Mono","Courier New",monospace',
|
||||||
|
'"Microsoft YaHei UI"',
|
||||||
].join(','),
|
].join(','),
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
Loading…
Reference in New Issue
Block a user