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

View File

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