]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
adds default flag to header font family variable
authorRafi <rafibomb@users.noreply.github.com>
Tue, 1 Mar 2016 00:44:04 +0000 (16:44 -0800)
committerRafi <rafibomb@users.noreply.github.com>
Tue, 1 Mar 2016 00:44:04 +0000 (16:44 -0800)
scss/components/_type.scss

index 6f0848d99e88d843bda83564c70ace327883832b..e038aa703379c1672a5d07d3c967ba71b2ff2b30 100755 (executable)
@@ -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 `<h1>` elements.
 /// @type Number