Font and all

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-22 10:43:03 +01:00
parent 8556dc7df6
commit 1b110e5f5a
20 changed files with 103 additions and 16 deletions

View File

@@ -21,4 +21,18 @@ export default {
};
</script>
<style lang="scss" scoped></style>
<style lang="scss">
@font-face {
font-family: "knowit";
font-weight: 600;
src: url("/../public/assets/fonts/bold.eot"),
url("/../public/assets/fonts/bold.woff") format("woff");
}
@font-face {
font-family: "knowit";
font-weight: 300;
src: url("/../public/assets/fonts/regular.eot"),
url("/../public/assets/fonts/regular.woff") format("woff");
}
</style>