mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: remove the system-ui as the first font && update mono fonts
close #1030
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 = `system-ui, -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, "Segoe UI", Inter, "Roboto Flex", "Noto Sans", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif`
|
||||
}
|
||||
|
||||
if (settings.value.customizeFont) {
|
||||
|
||||
Reference in New Issue
Block a user