]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
reboot.md: Add missing Noto Sans font (#29937)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 2 Jan 2020 10:02:57 +0000 (12:02 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2020 10:02:57 +0000 (12:02 +0200)
* reboot.md: Add missing Noto Sans font

* Sans serif order fix

Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
site/content/docs/4.3/content/reboot.md

index 391d5d423bedcbb2ec905b7ad57c26ee799d4f40..8ba80fc1b0ebbfd8ed2fe56766562770ed72b5da 100644 (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;
 {{< /highlight >}}
 
 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.