From dcebc75d397f42cd3b3c9400f3217b621466aed6 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Sun, 31 Jan 2016 21:19:47 -0600 Subject: Updated to support ja, zh-TW, zh-CN font and removed non-latin font in all default styles to allow font fallbacks --- public/css/markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css/markdown.css') diff --git a/public/css/markdown.css b/public/css/markdown.css index f9009d58..f54d163e 100644 --- a/public/css/markdown.css +++ b/public/css/markdown.css @@ -1,7 +1,7 @@ /* for markdown-body */ .markdown-body { - font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding-top: 40px; padding-bottom: 40px; max-width: 758px; -- cgit v1.2.3