From f06563cb3520058c900ba6d4921ce38f2407b729 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 1 Aug 2018 20:46:32 -0400 Subject: [PATCH] Change Japanese font to Yu Gothic and Noto CJK in documentation --- docs/_static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/style.css b/docs/_static/style.css index 16067d114..e9c6e2826 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;