Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBunker <bunker@achter.be>2015-06-07 10:47:01 +0300
committerBunker <bunker@achter.be>2015-06-07 10:47:01 +0300
commit2a8b32e9e3642927c8faa2de3e7ff5613b6afecb (patch)
treea28c71f124cd0c0a57ef81ef3c4e3a0417908f7d
parent80c45419a252b59402359dfb08320c4208e7d2fb (diff)
Added 1 standard english font
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.
-rw-r--r--static/css/slim.css4
1 files 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; }