Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
da18d07d
Commit
da18d07d
authored
8 years ago
by
Bardi Harborow
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add 'system-ui' to font stack.
parent
621706d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/content/reboot.md
+3
-1
docs/content/reboot.md
scss/_variables.scss
+1
-1
scss/_variables.scss
with
4 additions
and
2 deletions
+4
-2
docs/content/reboot.md
+
3
-
1
View file @
da18d07d
...
...
@@ -41,7 +41,9 @@ The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped i
$font-family-sans-serif:
// Safari for OS X and iOS (San Francisco)
-apple-system,
// Chrome for OS X (San Francisco)
// Chrome >= 56 for OS X (San Francisco), Windows, Linux and Android
system-ui,
// Chrome < 56 for OS X (San Francisco)
BlinkMacSystemFont,
// Windows
"Segoe UI",
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
1
View file @
da18d07d
...
...
@@ -225,7 +225,7 @@ $grid-gutter-widths: (
//
// Font, line-height, and color for body text, headings, and more.
$font-family-sans-serif
:
-
apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
sans-serif
!
default
;
$font-family-sans-serif
:
-
apple-system
,
system-ui
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
sans-serif
!
default
;
$font-family-serif
:
Georgia
,
"Times New Roman"
,
Times
,
serif
!
default
;
$font-family-monospace
:
Menlo
,
Monaco
,
Consolas
,
"Liberation Mono"
,
"Courier New"
,
monospace
!
default
;
$font-family-base
:
$font-family-sans-serif
!
default
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets