From 2a8b32e9e3642927c8faa2de3e7ff5613b6afecb Mon Sep 17 00:00:00 2001 From: Bunker Date: Sun, 7 Jun 2015 09:47:01 +0200 Subject: Added 1 standard english font MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Had to add 1 standard english font as Hiragino Sans GB on mac renders ‘ with a very large space. Because of that I had to make the font a bit lighter. --- static/css/slim.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/slim.css b/static/css/slim.css index df1ba66..a7de5dc 100644 --- a/static/css/slim.css +++ b/static/css/slim.css @@ -40,8 +40,8 @@ tbody tr:nth-child(odd) th { background-color: #f9f9f9; } body { - color: #333; - font-family: Merriweather, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', Serif; + color: #555; + font-family: Verdana, 'Merriweather', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', Serif; font-size: 100%; line-height: 1.85; letter-spacing: 0.01rem; } -- cgit v1.2.3