From a4efe6a3dba5f57aaecb2b916ff47345203b402c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Apr 2017 12:02:59 -0700 Subject: [PATCH] Remove system-ui from font stack due to i18n issues --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 0d22877a2d11..46105e1a5bb1 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;