Skip to content

Commit 68402a2

Browse files
XhmikosRMartijnCuppens
authored andcommitted
reboot.md: Add missing Noto Sans font (twbs#29937)
* reboot.md: Add missing Noto Sans font * Sans serif order fix Co-authored-by: Martijn Cuppens <[email protected]>
1 parent 01b5218 commit 68402a2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

site/content/docs/4.3/content/reboot.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ $font-family-sans-serif:
4040
// Windows
4141
"Segoe UI",
4242
// Android
43-
"Roboto",
43+
Roboto,
4444
// Basic web fallback
45-
"Helvetica Neue", Arial, sans-serif,
45+
"Helvetica Neue", Arial,
46+
// Linux
47+
"Noto Sans",
48+
// Sans serif fallback
49+
sans-serif,
4650
// Emoji fonts
47-
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
51+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
4852
{{< /highlight >}}
4953

5054
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.

0 commit comments

Comments
 (0)