From 17ec207c79258a1cfc36c35c790c9567d48e7839 Mon Sep 17 00:00:00 2001 From: Konstantinos Pittas Date: Sun, 14 Dec 2014 02:32:11 +0200 Subject: [PATCH] Fixed header-font-style value --- scss/foundation/components/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_type.scss b/scss/foundation/components/_type.scss index ff1999631..976247510 100644 --- a/scss/foundation/components/_type.scss +++ b/scss/foundation/components/_type.scss @@ -9,7 +9,7 @@ $include-html-type-classes: $include-html-classes !default; // We use these to control header font styles $header-font-family: $body-font-family !default; $header-font-weight: $font-weight-normal !default; -$header-font-style: $font-weight-normal !default; +$header-font-style: normal !default; $header-font-color: $jet !default; $header-line-height: 1.4 !default; $header-top-margin: .2rem !default; -- 2.47.2