Skip to content

Commit 43f7bef

Browse files
authored
docs: mention "Liberation Sans" (#32083)
1 parent 44d54eb commit 43f7bef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

site/docs/4.5/content/reboot.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ $font-family-sans-serif:
4545
"Helvetica Neue", Arial,
4646
// Linux
4747
"Noto Sans",
48+
"Liberation Sans",
4849
// Sans serif fallback
4950
sans-serif,
5051
// Emoji fonts

site/docs/4.5/getting-started/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Here are the variables we include (note that the `:root` is required). They're l
447447
--breakpoint-md: 768px;
448448
--breakpoint-lg: 992px;
449449
--breakpoint-xl: 1200px;
450-
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
450+
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
451451
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
452452
}
453453
{% endhighlight %}

0 commit comments

Comments
 (0)