mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 01:46:08 +00:00
Default to sans-serif font
This commit is contained in:
6
docs/_static/style.css
vendored
6
docs/_static/style.css
vendored
@ -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"] {
|
||||
|
Reference in New Issue
Block a user