Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-08 21:30:07 +0300
committerGitHub <noreply@github.com>2020-11-08 21:30:07 +0300
commit43f7befe367bc4e897795acf179f2b9aa63e7478 (patch)
tree7f66ffe1769ac1678bafc693d4ff2b6f5d6d7da4
parent44d54eb578b1125c46125bf187f3b3c43a3c00c2 (diff)
docs: mention "Liberation Sans" (#32083)
-rw-r--r--site/docs/4.5/content/reboot.md1
-rw-r--r--site/docs/4.5/getting-started/theming.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/site/docs/4.5/content/reboot.md b/site/docs/4.5/content/reboot.md
index fed0a339c0..83ec13aef2 100644
--- a/site/docs/4.5/content/reboot.md
+++ b/site/docs/4.5/content/reboot.md
@@ -45,6 +45,7 @@ $font-family-sans-serif:
"Helvetica Neue", Arial,
// Linux
"Noto Sans",
+ "Liberation Sans",
// Sans serif fallback
sans-serif,
// Emoji fonts
diff --git a/site/docs/4.5/getting-started/theming.md b/site/docs/4.5/getting-started/theming.md
index bc8095792d..8f4b00c376 100644
--- a/site/docs/4.5/getting-started/theming.md
+++ b/site/docs/4.5/getting-started/theming.md
@@ -447,7 +447,7 @@ Here are the variables we include (note that the `:root` is required). They're l
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--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;
}
{% endhighlight %}