Font changed

This commit is contained in:
2022-03-16 20:55:57 -03:00
parent 5013c34e51
commit c9ef159208
3 changed files with 14 additions and 13 deletions

View File

@@ -13,13 +13,13 @@ header {
justify-content: center;
}
header h1 {
font-family: "Raleway", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
user-select: none;
margin: 0;
}
header h2 {
font-family: "Raleway", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
user-select: none;
margin: 0;
@@ -45,7 +45,7 @@ header .redirect-button:hover {
transition: ease-in-out 0.2s;
}
header .account-preview {
font-family: "Raleway", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
position: absolute;
left: 88%;
@@ -84,6 +84,7 @@ header .account-preview .full-name {
padding: 0px 2vw;
padding-bottom: 1vh;
border-radius: 10px;
user-select: none;
}
header .account-preview .full-name.show {
opacity: 100%;
@@ -175,7 +176,7 @@ header .account-preview .full-name.show {
}
.word {
font-family: "Helveltica", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: 400;
font-size: 50pt;
display: flex;
@@ -218,7 +219,7 @@ header .account-preview .full-name.show {
.current-score {
display: flex;
flex-direction: row-reverse;
font-family: "Raleway", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
font-size: 18pt;
color: #58ff6b;
@@ -493,7 +494,7 @@ header .account-preview .full-name.show {
display: flex;
justify-content: center;
align-items: center;
font-family: "Raleway", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
user-select: none;
margin: 0;
@@ -804,7 +805,7 @@ header .account-preview .full-name.show {
display: flex;
justify-content: center;
align-items: center;
font-family: "Raleway", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
user-select: none;
margin: 0;
@@ -887,7 +888,7 @@ header .account-preview .full-name.show {
padding-top: 5vh;
}
.control-panel .demo-message-container .demo-message {
font-family: "Raleway", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
background-color: #f7f7f7;
width: 40vw;
@@ -926,7 +927,7 @@ header.demo h1 span.demoSpan:hover, header.demo h1 span.demoSpan:focus, header.d
}
.info-account {
font-family: "Helveltica", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: 400;
}
.info-account .loading {
@@ -1046,7 +1047,7 @@ header.demo h1 span.demoSpan:hover, header.demo h1 span.demoSpan:focus, header.d
}
}
.credits {
font-family: "Helveltica", sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: 400;
}

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@ html, body {
@mixin titleFont() {
font-family: 'Raleway', sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: bold;
}
@@ -16,7 +16,7 @@ html, body {
@mixin bodyFont() {
font-family: 'Helveltica', sans-serif;
font-family: "Be Vietnam Pro", sans-serif;
font-weight: 400;
}