Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
43f7befe
Unverified
Commit
43f7befe
authored
4 years ago
by
XhmikosR
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
docs: mention "Liberation Sans" (#32083)
parent
44d54eb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
site/docs/4.5/content/reboot.md
+1
-0
site/docs/4.5/content/reboot.md
site/docs/4.5/getting-started/theming.md
+1
-1
site/docs/4.5/getting-started/theming.md
with
2 additions
and
1 deletion
+2
-1
site/docs/4.5/content/reboot.md
+
1
-
0
View file @
43f7befe
...
...
@@ -45,6 +45,7 @@ $font-family-sans-serif:
"Helvetica Neue", Arial,
// Linux
"Noto Sans",
"Liberation Sans",
// Sans serif fallback
sans-serif,
// Emoji fonts
...
...
This diff is collapsed.
Click to expand it.
site/docs/4.5/getting-started/theming.md
+
1
-
1
View file @
43f7befe
...
...
@@ -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 %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment