diff --git a/site/docs/4.4/content/reboot.md b/site/docs/4.4/content/reboot.md index c78f4c4424..362c0a980d 100644 --- a/site/docs/4.4/content/reboot.md +++ b/site/docs/4.4/content/reboot.md @@ -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 `` and automatically inherited globally throughout Bootstrap. To switch the global `font-family`, update `$font-family-base` and recompile Bootstrap.