From 1e6710fefbaa2b57ebca571e3b66737ec754dcc6 Mon Sep 17 00:00:00 2001 From: José Mota Date: Fri, 29 Nov 2013 16:20:23 +0000 Subject: Update fonts. --- css/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'css/main.css') diff --git a/css/main.css b/css/main.css index 4d30a64..9914b76 100644 --- a/css/main.css +++ b/css/main.css @@ -3,7 +3,7 @@ body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre { padding: 0; color: #444444; font-size: 18px; - font-family: "PT Serif", Georgia, serif; + font-family: "Merriweather", Georgia, serif; -webkit-font-smoothing: antialiased; } body { @@ -19,7 +19,7 @@ body { h1 { margin: 36px 0 46px; text-align: center; - font: italic 1.8em normal "Rosarivo", "Baskerville", "PT Serif", Georgia, serif; } + font: italic 1.8em "Arapey", Georgia, serif; } a { text-decoration: none; @@ -38,11 +38,11 @@ a:hover { } p, li { - line-height: 1.4em; } + line-height: 1.6em; } h2 { - line-height: 18px; - margin-top: 18px; } + line-height: 1em; + margin-top: 2.4em; } p + p { text-indent: 1.4em; } @@ -59,7 +59,7 @@ blockquote { } pre, code { - font-family: Monaco, Menlo, DejaVu Sans Mono, monospace; + font-family: "Source Code Pro", Monaco, Menlo, DejaVu Sans Mono, monospace; font-size: 93%; } @@ -86,7 +86,7 @@ hr { background: rgba(255,255,255,.8); width: 720px; margin: 120px auto; - padding: 2.8em; + padding: 3.8em; box-sizing: border-box; box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 5px 5px rgba(0, 0, 0, 0.45); position: relative; @@ -103,7 +103,7 @@ hr { #slogan { text-align: center; color: rgba(0,0,0,.3); - margin-top: -3em; + margin-top: -2.5em; margin-bottom: 4em; display: block; font-style: normal; -- cgit v1.2.3-54-g00ecf