From: LittleHuba Date: Mon, 5 Nov 2018 06:22:40 +0000 (+0100) Subject: Add Noto Sans to the font stack (#27596) X-Git-Tag: v4.2.0~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa098991bf48b7266c7fa613c76f435d3ba79c29;p=thirdparty%2Fbootstrap.git Add Noto Sans to the font stack (#27596) Fixes #27595 --- diff --git a/scss/_variables.scss b/scss/_variables.scss index eb9bdc6821..1e6c32adc7 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -263,7 +263,7 @@ $transition-collapse: height .35s ease !default; // Font, line-height, and color for body text, headings, and more. // stylelint-disable value-keyword-case -$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; +$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; $font-family-base: $font-family-sans-serif !default; // stylelint-enable value-keyword-case