]> source.dussan.org Git - gitea.git/commitdiff
Update font stack to bootstrap's latest (#13834) (#13837)
authorsilverwind <me@silverwind.io>
Fri, 4 Dec 2020 01:21:34 +0000 (02:21 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Dec 2020 01:21:34 +0000 (02:21 +0100)
Backport #13834

web_src/less/_base.less

index 765c0f9c930b132d40eaac8908fdf3c4d627981f..5cc52ecf0eb920d722d40e35725aecb6e56ef40c 100644 (file)
@@ -18,8 +18,8 @@
     url('../fonts/noto-color-emoji/NotoColorEmoji.ttf') format('truetype');
 }
 
-@default-fonts: -apple-system, BlinkMacSystemFont, system-ui, 'Segoe UI', Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
-@monospaced-fonts: 'SF Mono', Consolas, Menlo, 'Liberation Mono', Monaco, 'Lucida Console';
+@default-fonts: system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Twemoji Mozilla";
+@monospaced-fonts: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
 
 .override-fonts(@fonts) {
   textarea {