]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
add variable for headers in addition to global body
authorAndrew Minion <andrew@andrewrminion.com>
Mon, 21 Dec 2015 21:04:04 +0000 (16:04 -0500)
committerAndrew Minion <andrew@andrewrminion.com>
Mon, 21 Dec 2015 21:08:03 +0000 (16:08 -0500)
scss/ink/components/_type.scss
test/scss/_settings.scss

index 129fdb17fed8027b8986f13ace2553514951cf36..94305a57979f5d855d463a3cb3f9913be73503b1 100755 (executable)
@@ -122,6 +122,7 @@ h4,
 h5,
 h6 {
   word-break: normal;
+  font-family: $header-font-family;
 }
 
 h1 {
index c7231ed00f5c777e13c27261d2e782c48ea4ecda..e46dba4d5e31bec6102d69b939df1b52d34fd0ca 100644 (file)
@@ -104,6 +104,7 @@ $global-font-weight: normal;
 $global-line-height: 1.3;
 $body-font-size: 14px;
 $body-line-height: 19px;
+$header-font-family: Georgia, Times, serif;
 $h1-font-size: 40px;
 $h2-font-size: 36px;
 $h3-font-size: 32px;