mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
reboot.md: Add missing Noto Sans font (#29937)
* reboot.md: Add missing Noto Sans font * Sans serif order fix Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
This commit is contained in:
parent
3c0cf9365b
commit
0d1aee6a2f
@ -40,11 +40,15 @@ $font-family-sans-serif:
|
|||||||
// Windows
|
// Windows
|
||||||
"Segoe UI",
|
"Segoe UI",
|
||||||
// Android
|
// Android
|
||||||
"Roboto",
|
Roboto,
|
||||||
// Basic web fallback
|
// Basic web fallback
|
||||||
"Helvetica Neue", Arial, sans-serif,
|
"Helvetica Neue", Arial,
|
||||||
|
// Linux
|
||||||
|
"Noto Sans",
|
||||||
|
// Sans serif fallback
|
||||||
|
sans-serif,
|
||||||
// Emoji fonts
|
// Emoji fonts
|
||||||
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !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 New Issue
Block a user