mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
Change default font to poppins
This commit is contained in:
parent
24af17b8fe
commit
6fddea552d
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ export const useSettingsStore = create<SettingsSlice>()(
|
||||||
},
|
},
|
||||||
general: {
|
general: {
|
||||||
followSystemTheme: false,
|
followSystemTheme: false,
|
||||||
fontContent: 'Sora',
|
fontContent: 'Poppins',
|
||||||
showQueueDrawerButton: false,
|
showQueueDrawerButton: false,
|
||||||
sideQueueType: 'sideDrawerQueue',
|
sideQueueType: 'sideDrawerQueue',
|
||||||
theme: AppTheme.DEFAULT_DARK,
|
theme: AppTheme.DEFAULT_DARK,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue