mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: update fonts
This commit is contained in:
@@ -54,7 +54,7 @@ export function setupNecessarySettingsWatchers() {
|
||||
() => {
|
||||
// Set the default font family
|
||||
if (!settings.value.customizeFont && !settings.value.fontFamily) {
|
||||
settings.value.fontFamily = `-apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Roboto Flex", "Noto Sans", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif`
|
||||
settings.value.fontFamily = `-apple-system, BlinkMacSystemFont, Inter, "SF Pro Text", "Segoe UI Variable Text", "Segoe UI", "Roboto Flex", Roboto, "Noto Sans", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif`
|
||||
}
|
||||
|
||||
if (settings.value.customizeFont) {
|
||||
|
||||
Reference in New Issue
Block a user