fixing a typo and removing Geomanist font from landing

This commit is contained in:
smokhtar1 2021-11-10 17:21:54 +01:00
parent 0f12ac76e8
commit 6847e77ecb
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ $purple-100: #270769;
$marine-10: #9fd1f9;
$marine-20: #6fb6f6;
$marine-30: #1b1c1d;
$marine-30: #4ba0f3;
$marine-40: #268aef;
$marine-50: #007bff;
$marine-60: #0162cc;

View File

@ -214,7 +214,7 @@ body.landing {
padding: 24px 36px;
.title {
font-family: 'Geomanist Book', sans-serif;
font-family: "Open Sans", sans-serif;
line-height: 22px;
font-size: 22px;
}
@ -270,12 +270,12 @@ body.landing {
.help-by-product {
.title {
font-family: 'Geomanist Book', sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 22px;
}
ul.nav.nav-tabs li a, h5, h6 {
font-family: 'Geomanist Regular', sans-serif;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
}