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