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

File diff suppressed because one or more lines are too long

View File

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