From e5667f583dd19b560fd11da81b001f3457c7d775 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Tue, 21 Feb 2017 16:07:57 -0800 Subject: [PATCH] Remove redundant declarations --- website/source/assets/stylesheets/_global.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index 45c28a578..46319707b 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -21,7 +21,6 @@ h1, h2, h3, h4, h5 { h1{ font-size: 42px; line-height: 42px; - font-family: $font-family-klavika; font-weight: $font-weight-sb; margin-bottom: 24px; } @@ -29,7 +28,6 @@ h1{ h3{ font-size: 28px; line-height: 28px; - font-family: $font-family-klavika; font-weight: $font-weight-sb; }