From: XhmikosR Date: Thu, 2 Jan 2020 10:02:57 +0000 (+0200) Subject: reboot.md: Add missing Noto Sans font (#29937) X-Git-Tag: v5.0.0-alpha1~555 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2530d38aab03ccdbc2b169ce5bb13769146831f;p=thirdparty%2Fbootstrap.git reboot.md: Add missing Noto Sans font (#29937) * reboot.md: Add missing Noto Sans font * Sans serif order fix Co-authored-by: Martijn Cuppens --- diff --git a/site/content/docs/4.3/content/reboot.md b/site/content/docs/4.3/content/reboot.md index 391d5d423b..8ba80fc1b0 100644 --- a/site/content/docs/4.3/content/reboot.md +++ b/site/content/docs/4.3/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; {{< /highlight >}} 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.