feat: update fonts, thanks to [胡雨晴](https://github.com/hafterain)

This commit is contained in:
Hakadao
2024-10-12 13:08:37 +08:00
parent c9170ab5af
commit 701c82a843
2 changed files with 5 additions and 3 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 = `-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`
settings.value.fontFamily = `-apple-system, BlinkMacSystemFont, Inter, "Segoe UI Variable", "Segoe UI", "Roboto Flex", Roboto, "Noto Sans", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial, sans-serif`
}
if (settings.value.customizeFont) {