mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update reboot.md (#23521)
This commit is contained in:
parent
58994a16c5
commit
94cb75ad2f
1 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,6 @@ The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped i
|
||||||
$font-family-sans-serif:
|
$font-family-sans-serif:
|
||||||
// Safari for OS X and iOS (San Francisco)
|
// Safari for OS X and iOS (San Francisco)
|
||||||
-apple-system,
|
-apple-system,
|
||||||
// Chrome >= 56 for OS X (San Francisco), Windows, Linux and Android
|
|
||||||
system-ui,
|
|
||||||
// Chrome < 56 for OS X (San Francisco)
|
// Chrome < 56 for OS X (San Francisco)
|
||||||
BlinkMacSystemFont,
|
BlinkMacSystemFont,
|
||||||
// Windows
|
// Windows
|
||||||
|
@ -44,7 +42,9 @@ $font-family-sans-serif:
|
||||||
// Android
|
// Android
|
||||||
"Roboto",
|
"Roboto",
|
||||||
// Basic web fallback
|
// Basic web fallback
|
||||||
"Helvetica Neue", Arial, sans-serif !default;
|
"Helvetica Neue", Arial, sans-serif,
|
||||||
|
// Emoji fonts
|
||||||
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
This `font-family` is applied to the `<body>` and automatically inherited globally throughout Bootstrap. To switch the global `font-family`, update `$font-family-base` and recompile Bootstrap.
|
This `font-family` is applied to the `<body>` and automatically inherited globally throughout Bootstrap. To switch the global `font-family`, update `$font-family-base` and recompile Bootstrap.
|
||||||
|
|
Loading…
Reference in a new issue