From b719806d977ec66193e7c211c24a39c0c1ea8f32 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Wed, 5 Oct 2016 16:09:39 -0700 Subject: [PATCH] type tweaks, increase weight and contrast --- website/source/assets/stylesheets/_home.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 00069d006..e43bb2e79 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -10,20 +10,21 @@ body.page-home { line-height: 42px; letter-spacing: 2px; text-transform: uppercase; - @include lato-light(); + font-weight: regular; } h3{ - margin-bottom: .3em; + margin-bottom: 10px; font-size: 18px; line-height: 1.2; letter-spacing: 1px; text-transform: uppercase; + font-weight: bold; } p{ - font-size: 16px; - line-height: 1.5em; + font-size: 15px; + line-height: 1.4; font-weight: 300; letter-spacing: .5px; } @@ -54,7 +55,6 @@ body.page-home { .feature{ padding: 240px 0; - @include lato-light(); .lead{ max-width: 30em;