diff options
author | Simon L <szaimen@e.mail.de> | 2023-07-21 14:06:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 14:06:04 +0200 |
commit | d0957ffd977839367b376fae55b48ae34440350e (patch) | |
tree | 43ad79ee52ac8fc554e25cf24456ecb8d5470de8 /apps/theming/lib | |
parent | 7c80d66ee5cbbc4e40dfa1a7e0ef115b62980942 (diff) | |
parent | d891a0a83a4e95ed6ed71f1a53919fe0451a1822 (diff) | |
download | nextcloud-server-d0957ffd977839367b376fae55b48ae34440350e.tar.gz nextcloud-server-d0957ffd977839367b376fae55b48ae34440350e.zip |
Merge pull request #39008 from nextcloud/enh/noid/reorder-fonts
switch to bootstrap font-stack
Diffstat (limited to 'apps/theming/lib')
-rw-r--r-- | apps/theming/lib/Themes/DefaultTheme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/DefaultTheme.php b/apps/theming/lib/Themes/DefaultTheme.php index e73b2c03fda..75d738f12ee 100644 --- a/apps/theming/lib/Themes/DefaultTheme.php +++ b/apps/theming/lib/Themes/DefaultTheme.php @@ -171,7 +171,7 @@ class DefaultTheme implements ITheme { '--color-border-dark' => $this->util->darken($colorMainBackground, 14), '--color-border-maxcontrast' => $this->util->darken($colorMainBackground, 42), - '--font-face' => "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'", + '--font-face' => "system-ui, -apple-system, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'", '--default-font-size' => '15px', // TODO: support "(prefers-reduced-motion)" |