fixed error with font family

This commit is contained in:
Kostya
2023-11-15 21:46:55 +03:00
parent 1e29a68988
commit 7500abe742
2 changed files with 11 additions and 7 deletions

View File

@@ -91,12 +91,12 @@ export default {
font-size: 19px;
margin-right: 75px;
color: #fff;
font-family: Montserrat Alternates;
font-family: Montserrat;
font-weight: 700;
}
#btn--now {
color: #ffb400;
font-family: Montserrat Alternates;
font-family: Montserrat;
font-weight: 700;
position: relative;
}
@@ -124,7 +124,7 @@ export default {
display: flex;
align-items: center;
color: #fff;
font-family: Montserrat Alternates;
font-family: Montserrat;
font-weight: 700;
font-size: 18px;
}
@@ -142,7 +142,7 @@ export default {
}
.balance__wallet h2 {
text-transform: uppercase;
font-family: Montserrat Alternates;
font-family: Montserrat;
font-weight: 600;
font-size: 16px;
}

View File

@@ -148,7 +148,7 @@ export default {
.home__banner--subtitle h2 {
font-size: 32px;
color: #ffb400;
font-family: Montserrat Alternates;
font-family: Montserrat;
font-weight: 700;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-top: 42px;
@@ -159,7 +159,7 @@ export default {
.home__banner--title h1 {
color: #ffb400;
font-size: 91px;
font-family: Montserrat Alternates;
font-family: Montserrat;
font-weight: 700;
text-transform: uppercase;
}
@@ -168,7 +168,7 @@ export default {
text-align: center;
font-size: 24px;
color: #ffb400;
font-family: Montserrat Alternates;
font-family: Montserrat;
font-weight: 700;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@@ -182,6 +182,10 @@ export default {
.gamemode__content--text {
display: flex;
margin: 2% 0 0 14.5%;
color: #fff;
font-size: 20px;
font-family: Montserrat;
font-weight: 400;
}
.gamemode__content--card {
display: flex;