From 08b504d706dad3ee1b2b24b55e69d293096f5a01 Mon Sep 17 00:00:00 2001 From: Andrew Minion Date: Mon, 21 Dec 2015 16:04:04 -0500 Subject: [PATCH] add variable for headers in addition to global body --- scss/ink/components/_type.scss | 1 + test/scss/_settings.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/scss/ink/components/_type.scss b/scss/ink/components/_type.scss index 129fdb17..94305a57 100755 --- a/scss/ink/components/_type.scss +++ b/scss/ink/components/_type.scss @@ -122,6 +122,7 @@ h4, h5, h6 { word-break: normal; + font-family: $header-font-family; } h1 { diff --git a/test/scss/_settings.scss b/test/scss/_settings.scss index c7231ed0..e46dba4d 100644 --- a/test/scss/_settings.scss +++ b/test/scss/_settings.scss @@ -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; -- 2.47.2