mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Font changed
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user