From 43f7befe367bc4e897795acf179f2b9aa63e7478 Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Sun, 8 Nov 2020 20:30:07 +0200
Subject: [PATCH] docs: mention "Liberation Sans" (#32083)

---
 site/docs/4.5/content/reboot.md          | 1 +
 site/docs/4.5/getting-started/theming.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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 %}
-- 
GitLab