From: Rafi Date: Tue, 1 Mar 2016 00:44:04 +0000 (-0800) Subject: adds default flag to header font family variable X-Git-Tag: v2.0.0-rc.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f72b0973101b81b0ed0019d2f92c2900bd4ba1f;p=thirdparty%2Ffoundation%2Ffoundation-emails.git adds default flag to header font family variable --- diff --git a/scss/components/_type.scss b/scss/components/_type.scss index 6f0848d9..e038aa70 100755 --- a/scss/components/_type.scss +++ b/scss/components/_type.scss @@ -32,7 +32,7 @@ $body-line-height: 19px !default; /// Font family of headings. /// @type List -$header-font-family: $global-font-family; +$header-font-family: $global-font-family !default; /// Font size of `

` elements. /// @type Number