diff --git a/static/style.css b/static/style.css index c270c730e1..28f1329eb1 100644 --- a/static/style.css +++ b/static/style.css @@ -57,13 +57,12 @@ body { } body { - font-family: Helvetica Neue, Helvetica, Arial, "Microsoft Yahei", sans-serif; + font-family: "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", Arial, sans-serif; line-height: 1.5; color: #888; font-size: 14px; - background: #fff; - transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1); - -webkit-transition:background 1s cubic-bezier(0.075, 0.82, 0.165, 1) ; + background: #fff; + transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1); } *,