From 73bd29472664f3b9628913c623ce15030081a470 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Mon, 11 May 2015 19:28:27 -0400 Subject: Change font from Merriweather Regular to Merriweather Light --- _sass/_base.scss | 1 - _sass/_variables.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to '_sass') diff --git a/_sass/_base.scss b/_sass/_base.scss index be84876..dc8d1fa 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -4,7 +4,6 @@ html { body { font-family: $serif; - font-weight: normal; font-size: 20px; margin: 0; padding: 0; diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 79edd32..267a722 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -7,5 +7,5 @@ $white: #fff; // Fonts $sans: 'open_sans', sans-serif; -$serif: 'merriweather', serif; +$serif: 'merriweather_light', serif; $monospace: 'source_code_pro', monospace; -- cgit v1.2.3