changing the defaut font-family and font-weight for headings from Geomanist Book to Open sans

This commit is contained in:
smokhtar1 2021-11-08 14:38:27 +01:00
parent 5e01630e77
commit 5ef901a55d
3 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,7 @@
.content, p {
line-height: 24px;
clear: both;
line-height: 1.3em;
img {
display: block;

View File

@ -45,6 +45,7 @@ h1,h2,h3,h4,h5,h6 {
line-height: 26px;
margin-top: 30px;
margin-bottom: 0;
font-weight: 600;
}
h1 {

View File

@ -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;