Просмотр исходного кода

Merge pull request #20 from vividvilla/fix-typography

fix: increase header font weight
pull/2/head
Vivek R 4 лет назад
Родитель
Сommit
e902ec0239
Аккаунт пользователя с таким Email не найден
3 измененных файлов: 2 добавлений и 7 удалений
  1. +0
    -5
      exampleSite/config.toml
  2. +1
    -1
      layouts/partials/header.html
  3. +1
    -1
      static/css/main.css

+ 0
- 5
exampleSite/config.toml Просмотреть файл

@@ -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"

+ 1
- 1
layouts/partials/header.html Просмотреть файл

@@ -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" />

+ 1
- 1
static/css/main.css Просмотреть файл

@@ -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 {

Загрузка…
Отмена
Сохранить