]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 2 Jan 2020 10:11:56 +0000 (12:11 +0200)
* reboot.md: Add missing Noto Sans font

* Sans serif order fix

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

index c78f4c4424023ada543bc5d9b5a70c822f2d63f1..362c0a980d66ecc9e31d0cd5113fd2839f9f2cc6 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;
 {% 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.