fix: remove the system-ui as the first font && update mono fonts

close #1030
This commit is contained in:
Hakadao
2024-09-26 15:48:16 +08:00
parent 7a925b6fa6
commit d379499cb6
2 changed files with 22 additions and 7 deletions

View File

@@ -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) {