mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
docs: mention "Liberation Sans" (#32083)
This commit is contained in:
@@ -45,6 +45,7 @@ $font-family-sans-serif:
|
|||||||
"Helvetica Neue", Arial,
|
"Helvetica Neue", Arial,
|
||||||
// Linux
|
// Linux
|
||||||
"Noto Sans",
|
"Noto Sans",
|
||||||
|
"Liberation Sans",
|
||||||
// Sans serif fallback
|
// Sans serif fallback
|
||||||
sans-serif,
|
sans-serif,
|
||||||
// Emoji fonts
|
// Emoji fonts
|
||||||
|
@@ -447,7 +447,7 @@ Here are the variables we include (note that the `:root` is required). They're l
|
|||||||
--breakpoint-md: 768px;
|
--breakpoint-md: 768px;
|
||||||
--breakpoint-lg: 992px;
|
--breakpoint-lg: 992px;
|
||||||
--breakpoint-xl: 1200px;
|
--breakpoint-xl: 1200px;
|
||||||
--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";
|
--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";
|
||||||
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
}
|
}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
Reference in New Issue
Block a user