Merge pull request #20 from vividvilla/fix-typography

fix: increase header font weight
This commit is contained in:
Vivek R 2019-10-12 19:30:41 +05:30 committed by GitHub
commit 2ff9e0b539
3 changed files with 2 additions and 7 deletions

View File

@ -43,11 +43,6 @@ name = "Github"
icon = "github"
url = "https://github.com/vividvilla/ezhil"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/gohugoio"
[[params.social]]
name = "RSS"
icon = "rss"

View File

@ -20,7 +20,7 @@
{{- template "_internal/opengraph.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/main.css" />

View File

@ -91,7 +91,7 @@ h1,h2,h3,h4,h5,h6 {
font-family: raleway,sans-serif;
line-height: 1.2;
color: #333;
font-weight: 100
font-weight: 200;
}
h1 {