fix: increase header font weight
This commit is contained in:
parent
6e5bf0c053
commit
21e93a4dcd
@ -43,11 +43,6 @@ name = "Github"
|
|||||||
icon = "github"
|
icon = "github"
|
||||||
url = "https://github.com/vividvilla/ezhil"
|
url = "https://github.com/vividvilla/ezhil"
|
||||||
|
|
||||||
[[params.social]]
|
|
||||||
name = "Twitter"
|
|
||||||
icon = "twitter"
|
|
||||||
url = "https://twitter.com/gohugoio"
|
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "RSS"
|
name = "RSS"
|
||||||
icon = "rss"
|
icon = "rss"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
{{- template "_internal/opengraph.html" . -}}
|
{{- template "_internal/opengraph.html" . -}}
|
||||||
{{- template "_internal/twitter_cards.html" . -}}
|
{{- template "_internal/twitter_cards.html" . -}}
|
||||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:500,100,300" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}css/normalize.css" />
|
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}css/normalize.css" />
|
||||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}css/main.css" />
|
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}css/main.css" />
|
||||||
|
@ -91,7 +91,7 @@ h1,h2,h3,h4,h5,h6 {
|
|||||||
font-family: raleway,sans-serif;
|
font-family: raleway,sans-serif;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: 100
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user