update font and font-weight

This commit is contained in:
Zhe Zhang
2016-01-20 23:22:30 +08:00
parent ac9d191674
commit 83b02fc03f
2 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<!-- CSS -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/slim.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/highlight.min.css">
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,700|Montserrat|Source+Code+Pro' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">

View File

@@ -41,8 +41,9 @@ tbody tr:nth-child(odd) th {
body {
color: #555;
font-family: 'Merriweather', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', Arial, Serif;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', Arial, Serif;
font-size: 100%;
font-weight: 400;
line-height: 1.85;
letter-spacing: 0.01rem; }
@@ -52,10 +53,10 @@ h3,
h4,
h5,
h6 {
font-weight: 400;
font-weight: 700;
line-height: 1.25;
margin-bottom: 0.75rem;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
font-family: 'Source Sans Pro', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
h1 {
font-size: 1.8rem; }
@@ -176,7 +177,8 @@ button,
margin: 3rem auto; }
.site-title {
font-size: 1.5rem; }
font-size: 1.5rem;
font-weight: 700; }
.site-title a {
color: #333; }