mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
set default font to Inter
- prefer to use monospace font due to new item detail columns
This commit is contained in:
@@ -988,7 +988,7 @@ const initialState: SettingsState = {
|
|||||||
showServerImage: false,
|
showServerImage: false,
|
||||||
},
|
},
|
||||||
font: {
|
font: {
|
||||||
builtIn: 'Poppins',
|
builtIn: 'Inter',
|
||||||
custom: null,
|
custom: null,
|
||||||
system: null,
|
system: null,
|
||||||
type: FontType.BUILT_IN,
|
type: FontType.BUILT_IN,
|
||||||
|
|||||||
Reference in New Issue
Block a user