From c9f35b9aa0782c7e765ca0e71196db11356caed1 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Thu, 24 Sep 2015 13:48:12 +0800 Subject: Updated overall font-family, font-size, line-height, letter-spacing and some other minor adjustments --- public/css/markdown.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/css/markdown.css') diff --git a/public/css/markdown.css b/public/css/markdown.css index 95d72a6d..ffceb052 100644 --- a/public/css/markdown.css +++ b/public/css/markdown.css @@ -1,9 +1,11 @@ /* for markdown-body */ .markdown-body { + font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", sans-serif; padding-top: 40px; padding-bottom: 40px; max-width: 758px; + overflow: visible !important; } /*fixed style for bootstrap comflict*/ -- cgit v1.2.3