]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
fix for settings variable undefined
authorRafiBomb <rafi@zurb.com>
Fri, 4 Mar 2016 22:03:50 +0000 (14:03 -0800)
committerRafiBomb <rafi@zurb.com>
Fri, 4 Mar 2016 22:03:50 +0000 (14:03 -0800)
testing/src/assets/scss/_settings.scss

index f8c21f022b62337f36feef66e46bb7bebdbf8be0..a5006ea02be197853a21ea1ccf87da6c26874f6c 100644 (file)
@@ -65,7 +65,7 @@ $global-font-weight: normal;
 $global-line-height: 1.3;
 $body-font-size: 14px;
 $body-line-height: 19px;
-$header-font-family: $global-font-family;
+$header-font-family: $body-font-family;
 $header-font-weight: $global-font-weight;
 $h1-font-size: 40px;
 $h2-font-size: 36px;