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: {
|
||||
followSystemTheme: false,
|
||||
fontContent: 'Sora',
|
||||
fontContent: 'Poppins',
|
||||
showQueueDrawerButton: false,
|
||||
sideQueueType: 'sideDrawerQueue',
|
||||
theme: AppTheme.DEFAULT_DARK,
|
||||
|
|
Reference in a new issue