diff --git a/_scss/_content.scss b/_scss/_content.scss index 47aeeee048..88d31f5ae2 100755 --- a/_scss/_content.scss +++ b/_scss/_content.scss @@ -2,6 +2,7 @@ .content, p { line-height: 24px; clear: both; + line-height: 1.3em; img { display: block; diff --git a/_scss/_typography.scss b/_scss/_typography.scss index 455c4b77b9..5febe654da 100755 --- a/_scss/_typography.scss +++ b/_scss/_typography.scss @@ -45,6 +45,7 @@ h1,h2,h3,h4,h5,h6 { line-height: 26px; margin-top: 30px; margin-bottom: 0; + font-weight: 600; } h1 { diff --git a/_scss/_variables.scss b/_scss/_variables.scss index 98e6166712..a83fa07531 100755 --- a/_scss/_variables.scss +++ b/_scss/_variables.scss @@ -5,9 +5,9 @@ /* * global */ -$headings: "Geomanist Book", sans-serif; -$headings-landing: "Geomanist Regular", sans-serif; -$buttons: "Geomanist Book", sans-serif; +$headings: "Open Sans", sans-serif; +$headings-landing: "Open Sans", sans-serif; +$buttons: "Open Sans", sans-serif; $font: "Open Sans", sans-serif; $body-text-size: 14px; $white: #fff;