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:
XhmikosR 2020-01-02 12:02:57 +02:00
parent 3c0cf9365b
commit 0d1aee6a2f
1 changed files with 7 additions and 3 deletions

View File

@ -40,11 +40,15 @@ $font-family-sans-serif:
// Windows
"Segoe UI",
// Android
"Roboto",
Roboto,
// Basic web fallback
"Helvetica Neue", Arial, sans-serif,
"Helvetica Neue", Arial,
// Linux
"Noto Sans",
// Sans serif fallback
sans-serif,
// 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 %}
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.