set default font to Inter

- prefer to use monospace font due to new item detail columns
This commit is contained in:
jeffvli
2026-02-09 22:00:46 -08:00
parent f39a7f8d6f
commit 2927fa5ff7
+1 -1
View File
@@ -988,7 +988,7 @@ const initialState: SettingsState = {
showServerImage: false,
},
font: {
builtIn: 'Poppins',
builtIn: 'Inter',
custom: null,
system: null,
type: FontType.BUILT_IN,