From: Mark Otto Date: Fri, 7 Apr 2017 19:02:59 +0000 (-0700) Subject: Remove system-ui from font stack due to i18n issues X-Git-Tag: v4.0.0-beta~147^2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6168b64ed32a4787365d03a5fa65de157799452;p=thirdparty%2Fbootstrap.git Remove system-ui from font stack due to i18n issues --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 0d22877a2d..46105e1a5b 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;