diff options
| author | LittleHuba <[email protected]> | 2018-11-05 07:22:40 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-05 08:22:40 +0200 |
| commit | aa098991bf48b7266c7fa613c76f435d3ba79c29 (patch) | |
| tree | e49a4db692f3ab8afccb62840e9a9b477aa9fba0 | |
| parent | cb5c80124a4d81e8abf66ab4090652589ca55dae (diff) | |
| download | bootstrap-aa098991bf48b7266c7fa613c76f435d3ba79c29.tar.xz bootstrap-aa098991bf48b7266c7fa613c76f435d3ba79c29.zip | |
Add Noto Sans to the font stack (#27596)
Fixes #27595
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index eb9bdc682..1e6c32adc 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 |
