From: Konstantinos Pittas Date: Sun, 14 Dec 2014 00:32:11 +0000 (+0200) Subject: Fixed header-font-style value X-Git-Tag: v5.5.1~62^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6108%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed header-font-style value --- 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;