Swapping better
This commit is contained in:
@@ -40,16 +40,16 @@ export default {
|
||||
@font-face {
|
||||
font-family: "knowit";
|
||||
font-weight: 600;
|
||||
src: local('Arial'), url("/../public/assets/fonts/bold.eot"),
|
||||
url("/../public/assets/fonts/bold.woff") format("woff");
|
||||
src: url("/../public/assets/fonts/bold.eot"),
|
||||
url("/../public/assets/fonts/bold.woff") format("woff"), local("Arial");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "knowit";
|
||||
font-weight: 300;
|
||||
src: local('Arial'), url("/../public/assets/fonts/regular.eot"),
|
||||
url("/../public/assets/fonts/regular.woff") format("woff");
|
||||
src: url("/../public/assets/fonts/regular.eot"),
|
||||
url("/../public/assets/fonts/regular.woff") format("woff"), local("Arial");
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ h2 {
|
||||
width: 100vw;
|
||||
text-align: center;
|
||||
font-size: 3rem;
|
||||
font-family: knowit;
|
||||
font-family: knowit, Arial;
|
||||
}
|
||||
|
||||
form {
|
||||
|
||||
@@ -32,7 +32,7 @@ h2 {
|
||||
width: 100vw;
|
||||
text-align: center;
|
||||
font-size: 3rem;
|
||||
font-family: knowit;
|
||||
font-family: knowit, Arial;
|
||||
}
|
||||
|
||||
form {
|
||||
|
||||
@@ -242,7 +242,7 @@ export default {
|
||||
h1 {
|
||||
width: 100vw;
|
||||
text-align: center;
|
||||
font-family: knowit;
|
||||
font-family: knowit, Arial;
|
||||
}
|
||||
div {
|
||||
font-size: 2rem;
|
||||
|
||||
@@ -46,7 +46,7 @@ export default {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: Knowit;
|
||||
font-family: knowit, Arial;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ body {
|
||||
width: fit-content;
|
||||
margin: 2rem auto;
|
||||
text-align: center;
|
||||
font-family: knowit;
|
||||
font-family: knowit, Arial;
|
||||
margin-top: 3.8rem;
|
||||
font-weight: 600;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user