From 2ecd83122bb512c817a5e835a0a432d9ad392733 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 11 May 2015 16:45:11 -0400 Subject: switch from Crimson Text to Merriweather --- _sass/_typography.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '_sass/_typography.scss') diff --git a/_sass/_typography.scss b/_sass/_typography.scss index aa0e6b2..fedcdb2 100644 --- a/_sass/_typography.scss +++ b/_sass/_typography.scss @@ -1,8 +1,7 @@ body { - line-height: 1.8; + line-height: 2.2; } - h1, h2, h3, h4, h5, h6 { font-family: $sans; font-weight: 200; @@ -11,8 +10,8 @@ h1, h2, h3, h4, h5, h6 { h1 { font-size: 2rem; - margin-top: 1rem; - margin-bottom: 1rem; + margin-top: 2.5rem; + margin-bottom: 1.5rem; } h2 { -- cgit v1.2.3