From 1a91625ef4bfa78ab3718d2c37f5a07b7f9ddd8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Wed, 29 Jan 2020 16:39:47 +0100 Subject: [PATCH] Display font swap when we download knowit font --- src/Vinlottis.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Vinlottis.vue b/src/Vinlottis.vue index 8098b27..ce1a4f2 100644 --- a/src/Vinlottis.vue +++ b/src/Vinlottis.vue @@ -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 {