feat: remove font

This commit is contained in:
Chang Jun
2023-10-15 21:38:20 +08:00
parent b188982ba6
commit 442268d22a
3 changed files with 2 additions and 4 deletions

View File

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