From 86eb2826810f4b4f98af0c723ae87007676235b1 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Mon, 22 Aug 2016 13:17:30 +0200 Subject: [PATCH] Fix font-family and headers --- layouts/index.html | 2 -- static/css/outerspace.css | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index a73943c..d55b813 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,8 +1,6 @@ {{ partial "header.html" . }}
-

Recent blog entries

- {{ range first 10 (where .Data.Pages "Section" "posts") }}

{{ .Title }}

diff --git a/static/css/outerspace.css b/static/css/outerspace.css index ef39169..d06e41f 100644 --- a/static/css/outerspace.css +++ b/static/css/outerspace.css @@ -10,7 +10,7 @@ html{color:#000;background:#E9E9E9}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, body { background: #E9E9E9; - font-family: 'Titillium', sans-serif; + font-family: 'Titillium Web', sans-serif; font-size: 0.92em; line-height: 1.5em; } @@ -164,6 +164,10 @@ h1.front-heading { margin-left: 2em; } +.posts { + margin-top: 1em; +} + .posts .teaser-post { margin-bottom: 1em; padding-bottom: 1em;