aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
authorJosh <[email protected]>2020-07-03 00:18:45 +1000
committerRapptz <[email protected]>2020-12-18 21:18:55 -0500
commit0d586915612f4222ca7e92123f9ede889c1856df (patch)
tree6ab0f85d900e54569c94990c896d521a884b5439 /docs/_static/style.css
parentRedesign admonitions to look a little better. (diff)
downloaddiscord.py-0d586915612f4222ca7e92123f9ede889c1856df.tar.xz
discord.py-0d586915612f4222ca7e92123f9ede889c1856df.zip
Default to sans-serif font
Diffstat (limited to 'docs/_static/style.css')
-rw-r--r--docs/_static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 47262b84..3af254ee 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -18,7 +18,7 @@ Historically however, thanks to:
/* CSS variables would go here */
:root {
- --font-family: 'Georgia', 'Yu Gothic', 'Noto Sans CJK JP Regular', serif;
+ --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
/* base palette */
--white: #ffffff;
@@ -104,8 +104,8 @@ Historically however, thanks to:
--attribute-table-badge: var(--grey-7);
}
-:root[data-font="sans"] {
- --font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+:root[data-font="serif"] {
+ --font-family: 'Georgia', 'Yu Gothic', 'Noto Sans CJK JP Regular', serif;
}
:root[data-theme="dark"] {