Skip to content

Commit

Permalink
reboot.md: Add missing Noto Sans font (#29937)
Browse files Browse the repository at this point in the history
* reboot.md: Add missing Noto Sans font

* Sans serif order fix

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
  • Loading branch information
XhmikosR and MartijnCuppens committed Jan 2, 2020
1 parent 3c0cf93 commit 0d1aee6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions site/docs/4.4/content/reboot.md
Expand Up @@ -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.
Expand Down

0 comments on commit 0d1aee6

Please sign in to comment.