feat: font setting

This commit is contained in:
changjun
2023-05-14 10:44:13 +08:00
parent 0582dd25b0
commit 8a268fddb2
4 changed files with 10 additions and 6 deletions

4
config.ts Normal file
View File

@@ -0,0 +1,4 @@
export default {
fontSans: ['LXGWWenKaiGBScreen'],
fontMono: ['JetBrainsMono-Regular'],
}