Swapping better

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-31 13:20:42 +01:00
parent a4c4e845fa
commit 2e17b4cca3
6 changed files with 9 additions and 9 deletions

View File

@@ -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;
}

View File

@@ -32,7 +32,7 @@ h2 {
width: 100vw;
text-align: center;
font-size: 3rem;
font-family: knowit;
font-family: knowit, Arial;
}
form {

View File

@@ -32,7 +32,7 @@ h2 {
width: 100vw;
text-align: center;
font-size: 3rem;
font-family: knowit;
font-family: knowit, Arial;
}
form {

View File

@@ -242,7 +242,7 @@ export default {
h1 {
width: 100vw;
text-align: center;
font-family: knowit;
font-family: knowit, Arial;
}
div {
font-size: 2rem;

View File

@@ -46,7 +46,7 @@ export default {
}
h1 {
font-family: Knowit;
font-family: knowit, Arial;
margin-bottom: 25px;
}

View File

@@ -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;