diff options
| author | Mark Otto <[email protected]> | 2017-04-07 12:02:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-04-07 14:22:18 -0700 |
| commit | c6168b64ed32a4787365d03a5fa65de157799452 (patch) | |
| tree | cb8c59c48f055e7d1ebffdc94ae24e1d89de1bd2 | |
| parent | 31a21044e021a591d0e9d6eba9ee17d2000e17ac (diff) | |
| download | bootstrap-c6168b64ed32a4787365d03a5fa65de157799452.tar.xz bootstrap-c6168b64ed32a4787365d03a5fa65de157799452.zip | |
Remove system-ui from font stack due to i18n issues
| -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 0d22877a2..46105e1a5 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -244,7 +244,7 @@ $transition-collapse: height .35s ease !default; // // Font, line-height, and color for body text, headings, and more. -$font-family-sans-serif: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default; +$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default; $font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; $font-family-base: $font-family-sans-serif !default; |
