Unverified Commit be9a2374 authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

v5: Update system font stack (#30561)


Co-authored-by: default avatarMartijn Cuppens <martijn.cuppens@gmail.com>
parent 11d562d2
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment