From 74f003535247fd1e8330bdd812217bb4ef9545d2 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Wed, 2 Jul 2014 08:41:35 -0400 Subject: [PATCH] Increased post title font-weight --- scss/style.scss | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/style.scss b/scss/style.scss index c4b637c..b086e4f 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -42,7 +42,7 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-weight: 400; + font-weight: 500; font-size: 32px; a { color: inherit; diff --git a/style.css b/style.css index c72f5a0..49f6df6 100644 --- a/style.css +++ b/style.css @@ -63,7 +63,7 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.4; } } h1 { - font-weight: 400; + font-weight: 500; font-size: 32px; } h1 a { color: inherit; }