diff options
| author | Rapptz <[email protected]> | 2018-08-01 20:46:32 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-08-01 20:46:32 -0400 |
| commit | f06563cb3520058c900ba6d4921ce38f2407b729 (patch) | |
| tree | e7b9eaa83dbc7b45a809029c430f9d218c8cdfea /docs/_static | |
| parent | Translation of logging and quickstart is finished. (diff) | |
| download | discord.py-f06563cb3520058c900ba6d4921ce38f2407b729.tar.xz discord.py-f06563cb3520058c900ba6d4921ce38f2407b729.zip | |
Change Japanese font to Yu Gothic and Noto CJK in documentation
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 16067d11..e9c6e282 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -11,7 +11,7 @@ In particular thanks to: @import url('basic.css'); body { - font-family: 'Georgia', serif; + font-family: 'Georgia', 'Yu Gothic', 'Noto Sans CJK JP Regular', serif; font-size: 16px; margin: 0; padding: 0; |