From 0d1aee6a2fecc865066c90e85422e192ca69ba34 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 2 Jan 2020 12:02:57 +0200 Subject: [PATCH] reboot.md: Add missing Noto Sans font (#29937) * reboot.md: Add missing Noto Sans font * Sans serif order fix Co-authored-by: Martijn Cuppens --- site/docs/4.4/content/reboot.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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.