From: Mark Otto Date: Tue, 14 Apr 2020 21:15:50 +0000 (-0700) Subject: v5: Update system font stack (#30561) X-Git-Tag: v5.0.0-alpha1~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be9a2374c5f9451b11ba4db4912a93d3be0252fe;p=thirdparty%2Fbootstrap.git v5: Update system font stack (#30561) Co-authored-by: Martijn Cuppens --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 1c5b310981..f562e724c3 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -373,7 +373,7 @@ $embed-responsive-aspect-ratios: ( // 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; +$font-family-sans-serif: system-ui, -apple-system, "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: var(--font-family-sans-serif) !default; // stylelint-enable value-keyword-case