From 2711aa0f02f1a667ccc749b50c2828f7fe76426c Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Fri, 5 Jul 2019 08:58:12 +0500 Subject: [PATCH] feat(Chinese): add better font support for Chinese language fix #134 --- static/css/elegant.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/elegant.css b/static/css/elegant.css index 2084c3b6..e6abf437 100644 --- a/static/css/elegant.css +++ b/static/css/elegant.css @@ -65,6 +65,10 @@ h6 a:hover { color: inherit; text-decoration: none; } +:lang(zh) { + font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", + Helvetica, Arial, sans-serif; +} a { color: #3875d7; }