update font and font-weight
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/slim.css">
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/slim.css">
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/highlight.min.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 -->
|
<!-- Icons -->
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
@@ -41,8 +41,9 @@ tbody tr:nth-child(odd) th {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
color: #555;
|
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-size: 100%;
|
||||||
|
font-weight: 400;
|
||||||
line-height: 1.85;
|
line-height: 1.85;
|
||||||
letter-spacing: 0.01rem; }
|
letter-spacing: 0.01rem; }
|
||||||
|
|
||||||
@@ -52,10 +53,10 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-weight: 400;
|
font-weight: 700;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
margin-bottom: 0.75rem;
|
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 {
|
h1 {
|
||||||
font-size: 1.8rem; }
|
font-size: 1.8rem; }
|
||||||
@@ -176,7 +177,8 @@ button,
|
|||||||
margin: 3rem auto; }
|
margin: 3rem auto; }
|
||||||
|
|
||||||
.site-title {
|
.site-title {
|
||||||
font-size: 1.5rem; }
|
font-size: 1.5rem;
|
||||||
|
font-weight: 700; }
|
||||||
.site-title a {
|
.site-title a {
|
||||||
color: #333; }
|
color: #333; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user