From 5ef901a55d46a9e8ac0e848c0997047910ac5818 Mon Sep 17 00:00:00 2001 From: smokhtar1 <87317092+smokhtar1@users.noreply.github.com> Date: Mon, 8 Nov 2021 14:38:27 +0100 Subject: [PATCH] changing the defaut font-family and font-weight for headings from Geomanist Book to Open sans --- _scss/_content.scss | 1 + _scss/_typography.scss | 1 + _scss/_variables.scss | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) 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;