changed font name to 'Lato' from 'Lato-Regular' in landing-page.css
This commit is contained in:
parent
d6a1eabbde
commit
b9873c2829
1 changed files with 6 additions and 6 deletions
|
@ -194,7 +194,7 @@ h6 {
|
||||||
.nav-language .select-language span {
|
.nav-language .select-language span {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
font-family: 'Lato-Regular', sans-serif;
|
font-family: 'Lato', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-language .drop-language {
|
.nav-language .drop-language {
|
||||||
|
@ -217,7 +217,7 @@ h6 {
|
||||||
|
|
||||||
.nav-language .drop-language a {
|
.nav-language .drop-language a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: 'Lato-Regular', sans-serif;
|
font-family: 'Lato', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-transparent .nav-language .drop-language {
|
.navbar-transparent .nav-language .drop-language {
|
||||||
|
@ -858,7 +858,7 @@ tech-sub-sec h2 {
|
||||||
background: -webkit-linear-gradient(top, #f0f4f7, #fff) no-repeat;
|
background: -webkit-linear-gradient(top, #f0f4f7, #fff) no-repeat;
|
||||||
background: linear-gradient(to bottom, #f0f4f7, #fff) no-repeat;
|
background: linear-gradient(to bottom, #f0f4f7, #fff) no-repeat;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-family: 'Lato-Regular', sans-serif;
|
font-family: 'Lato', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price-calc-section .text {
|
.price-calc-section .text {
|
||||||
|
@ -923,7 +923,7 @@ tech-sub-sec h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.price-calc-section .card .title h3 {
|
.price-calc-section .card .title h3 {
|
||||||
font-family: 'Lato-Regular', sans-serif;
|
font-family: 'Lato', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price-calc-section .card .price {
|
.price-calc-section .card .price {
|
||||||
|
@ -1011,7 +1011,7 @@ tech-sub-sec h2 {
|
||||||
.price-calc-section .card .description.input label {
|
.price-calc-section .card .description.input label {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-family: 'Lato-Regular';
|
font-family: 'Lato';
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue