Change default fonts

This commit is contained in:
jeffvli 2022-12-19 16:37:21 -08:00
parent 3c889d87ef
commit 3dd9e620a8
33 changed files with 31 additions and 105 deletions

View file

@ -83,7 +83,7 @@ export const useSettingsStore = create<SettingsSlice>()(
},
general: {
followSystemTheme: false,
fontContent: 'Poppins',
fontContent: 'Sora',
showQueueDrawerButton: false,
sideQueueType: 'sideDrawerQueue',
theme: AppTheme.DEFAULT_DARK,