diff options
| author | Mark Otto <[email protected]> | 2020-04-14 14:15:50 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-14 23:15:50 +0200 |
| commit | be9a2374c5f9451b11ba4db4912a93d3be0252fe (patch) | |
| tree | 7bfd6b4ef7a66ac61b4905667c926913574b95af | |
| parent | 11d562d20aeab297d60f16de1539bed292ddb2b1 (diff) | |
| download | bootstrap-be9a2374c5f9451b11ba4db4912a93d3be0252fe.tar.xz bootstrap-be9a2374c5f9451b11ba4db4912a93d3be0252fe.zip | |
v5: Update system font stack (#30561)
Co-authored-by: Martijn Cuppens <[email protected]>
| -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 1c5b31098..f562e724c 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 |
