Display font swap when we download knowit font

This commit is contained in:
2020-01-29 16:39:47 +01:00
parent cd79a71b2e
commit 1a91625ef4

View File

@@ -42,6 +42,7 @@ export default {
font-weight: 600;
src: url("/../public/assets/fonts/bold.eot"),
url("/../public/assets/fonts/bold.woff") format("woff");
font-display: swap;
}
@font-face {
@@ -49,6 +50,7 @@ export default {
font-weight: 300;
src: url("/../public/assets/fonts/regular.eot"),
url("/../public/assets/fonts/regular.woff") format("woff");
font-display: swap;
}
body {