Commit 0dd4d620 by Iren

add fonts

parent 8e59d69e
......@@ -4,6 +4,18 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: SFUIDisplay-Regular;
src: url("../fonts/SFUIDisplay-Regular.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: SFUIDisplay-Light;
src: url("../fonts/SFUIDisplay-Light.otf");
font-weight: normal;
font-style: normal;
}
body {
box-sizing: border-box;
}
......@@ -12,6 +24,7 @@ body {
justify-content: center;
}
button.main-btn {
font-family: SFUIDisplay-Regular;
width: 290px;
height: 52px;
margin-top: 30px;
......@@ -27,6 +40,7 @@ button.main-btn {
}
@media (max-width: 576px) {
button.main-btn {
font-family: SFUIDisplay-Regular;
width: 143px;
height: 44px;
margin-top: 30px;
......@@ -89,6 +103,7 @@ header {
}
}
.h2-desktop {
font-family: AvenirNext-Heavy;
font-size: 36px;
font-weight: 800;
line-height: 62px;
......@@ -125,6 +140,7 @@ header {
margin-top: 4px;
}
.text-h2-desktop {
font-family: SFUIDisplay-Light;
font-size: 18px;
font-weight: 300;
line-height: 27px;
......@@ -142,12 +158,17 @@ header {
letter-spacing: 0.14px;
}
}
.h2-desktop-tittle {
font-family: AvenirNext-Heavy;
}
@media (max-width: 576px) {
.h2-desktop-tittle {
font-family: AvenirNext-Heavy;
max-width: 170px;
}
}
.h3-desktop {
font-family: AvenirNext-Heavy;
margin-bottom: 18px;
font-size: 18px;
font-weight: 700;
......@@ -165,6 +186,7 @@ header {
}
}
.text-h3-desktop {
font-family: SFUIDisplay-Light;
margin-top: -12px;
font-size: 16px;
font-weight: 300;
......@@ -174,6 +196,7 @@ header {
}
@media (max-width: 576px) {
.text-h3-desktop {
font-family: SFUIDisplay-Light;
font-size: 14px;
line-height: 18px;
letter-spacing: 0;
......@@ -268,6 +291,7 @@ header {
}
}
.advertising-text-order h2 {
font-family: AvenirNext-Heavy;
font-size: 36px;
line-height: 62px;
margin-bottom: 3px;
......@@ -289,6 +313,7 @@ header {
}
}
.advertising-text-order p {
font-family: SFUIDisplay-Light;
font-size: 18px;
font-weight: 300;
line-height: 27px;
......@@ -336,6 +361,7 @@ header {
width: 110%;
}
.advertising-text h2 {
font-family: AvenirNext-Heavy;
font-size: 36px;
line-height: 62px;
margin-bottom: 3px;
......@@ -357,6 +383,7 @@ header {
}
}
.advertising-text p {
font-family: SFUIDisplay-Light;
font-size: 18px;
font-weight: 300;
line-height: 27px;
......@@ -400,6 +427,7 @@ header {
}
/*option*/
.option h2 {
font-family: AvenirNext-Heavy;
font-size: 36px;
line-height: 62px;
margin-bottom: 3px;
......@@ -447,6 +475,7 @@ header {
max-width: 485px;
}
.option-card-img h4 {
font-family: AvenirNext-Heavy;
font-size: 30px;
line-height: 30px;
font-weight: 400;
......@@ -560,10 +589,12 @@ header {
}
}
.protection-text {
font-family: AvenirNext-Heavy;
height: 90px;
}
@media (max-width: 576px) {
.protection-text {
font-family: AvenirNext-Heavy;
height: auto;
margin-bottom: 10px;
min-width: 216px;
......@@ -596,6 +627,7 @@ header {
margin-bottom: 70px;
}
.catalog-img-container {
font-family: AvenirNext-Heavy;
margin-right: 5%;
margin-bottom: 60px;
}
......@@ -874,6 +906,7 @@ header {
margin-bottom: 20px;
}
.form-wrapper p {
font-family: SFUIDisplay-Regular;
font-size: 20px;
font-weight: 400;
color: white;
......@@ -902,6 +935,7 @@ input.form-last-child {
margin-bottom: 47px;
}
.form-btn {
font-family: SFUIDisplay-Regular;
margin-top: -100px;
border: none;
}
......@@ -949,6 +983,7 @@ footer {
margin-top: 12px;
}
.footer-link a {
font-family: SFUIDisplay-Regular;
width: 244px;
font-size: 14px;
font-weight: 400;
......@@ -963,6 +998,7 @@ footer {
margin-bottom: 9px;
}
.footer-contacts-link a {
font-family: SFUIDisplay-Regular;
font-size: 16px;
font-weight: 300;
line-height: 30px;
......@@ -970,6 +1006,7 @@ footer {
letter-spacing: 0.16px;
}
.footer-icon-text {
font-family: SFUIDisplay-Regular;
font-size: 16px;
font-weight: 400;
line-height: 30px;
......
......@@ -4,6 +4,18 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: SFUIDisplay-Regular;
src: url("../fonts/SFUIDisplay-Regular.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: SFUIDisplay-Light;
src: url("../fonts/SFUIDisplay-Light.otf");
font-weight: normal;
font-style: normal;
}
body {
box-sizing: border-box;
}
......@@ -12,6 +24,7 @@ body {
justify-content: center;
}
button.main-btn {
font-family: SFUIDisplay-Regular;
width: 290px;
height: 52px;
margin-top: 30px;
......@@ -25,6 +38,7 @@ button.main-btn {
letter-spacing: 0.18px;
text-align: center;
@media (max-width: 576px) {
font-family: SFUIDisplay-Regular;
width: 143px;
height: 44px;
margin-top: 30px;
......@@ -81,6 +95,7 @@ header {
}
}
.h2-desktop {
font-family: AvenirNext-Heavy;
font-size: 36px;
font-weight: 800;
line-height: 62px;
......@@ -115,6 +130,7 @@ header {
margin-top: 4px;
}
.text-h2-desktop {
font-family: SFUIDisplay-Light;
font-size: 18px;
font-weight: 300;
line-height: 27px;
......@@ -131,11 +147,14 @@ header {
}
}
.h2-desktop-tittle {
font-family: AvenirNext-Heavy;
@media (max-width: 576px){
font-family: AvenirNext-Heavy;
max-width: 170px;
}
}
.h3-desktop {
font-family: AvenirNext-Heavy;
margin-bottom: 18px;
font-size: 18px;
font-weight: 700;
......@@ -151,6 +170,7 @@ header {
}
}
.text-h3-desktop {
font-family: SFUIDisplay-Light;
margin-top: -12px;
font-size: 16px;
font-weight: 300;
......@@ -158,6 +178,7 @@ header {
color: #303a81;
letter-spacing: 0.16px;
@media (max-width: 576px) {
font-family: SFUIDisplay-Light;
font-size: 14px;
line-height: 18px;
letter-spacing: 0;
......@@ -342,6 +363,7 @@ header {
text-align: center;
max-width: 485px;
h4 {
font-family: AvenirNext-Heavy;
font-size: 30px;
line-height: 30px;
font-weight: 400;
......@@ -443,8 +465,10 @@ header {
}
}
.protection-text {
font-family: AvenirNext-Heavy;
height: 90px;
@media (max-width: 576px) {
font-family: AvenirNext-Heavy;
height: auto;
margin-bottom: 10px;
min-width: 216px;
......@@ -474,6 +498,7 @@ header {
margin-bottom: 70px;
}
.catalog-img-container {
font-family: AvenirNext-Heavy;
margin-right: 5%;
margin-bottom: 60px;
img {
......@@ -737,6 +762,7 @@ header {
margin-bottom: 20px;
}
p {
font-family: SFUIDisplay-Regular;
font-size: 20px;
font-weight: 400;
color: white;
......@@ -766,6 +792,7 @@ input.form-last-child {
margin-bottom: 47px;
}
.form-btn {
font-family: SFUIDisplay-Regular;
margin-top: -100px;
border: none;
}
......@@ -811,6 +838,7 @@ footer {
margin-top: 12px;
}
.footer-link a{
font-family: SFUIDisplay-Regular;
width: 244px;
font-size: 14px;
font-weight: 400;
......@@ -825,6 +853,7 @@ footer {
margin-bottom: 9px;
}
.footer-contacts-link a {
font-family: SFUIDisplay-Regular;
font-size: 16px;
font-weight: 300;
line-height: 30px;
......@@ -832,6 +861,7 @@ footer {
letter-spacing: 0.16px;
}
.footer-icon-text {
font-family: SFUIDisplay-Regular;
font-size: 16px;
font-weight: 400;
line-height: 30px;
......
......@@ -205,7 +205,7 @@
</div>
<div class="advertising main-container">
<div class="advertising-img-order">
<img src="img/advertising1.png">
<img src="img/advertising3.png">
</div>
<div class="advertising-text-order">
<h2>Масштабируемость</h2>
......@@ -237,7 +237,7 @@
</p>
</div>
<div class="advertising-img">
<img src="img/advertising1.png">
<img src="img/advertising2.png">
</div>
</div>
<div class="advertising main-container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment