From 939a283f073fd79879d655a608920e2a571c03f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Wed, 29 Jan 2020 16:42:18 +0100 Subject: [PATCH] Use system font Arial until knowit is available. --- src/Vinlottis.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vinlottis.vue b/src/Vinlottis.vue index ce1a4f2..4545f09 100644 --- a/src/Vinlottis.vue +++ b/src/Vinlottis.vue @@ -40,7 +40,7 @@ export default { @font-face { font-family: "knowit"; font-weight: 600; - src: url("/../public/assets/fonts/bold.eot"), + src: local('Arial'), url("/../public/assets/fonts/bold.eot"), url("/../public/assets/fonts/bold.woff") format("woff"); font-display: swap; } @@ -48,7 +48,7 @@ export default { @font-face { font-family: "knowit"; font-weight: 300; - src: url("/../public/assets/fonts/regular.eot"), + src: local('Arial'), url("/../public/assets/fonts/regular.eot"), url("/../public/assets/fonts/regular.woff") format("woff"); font-display: swap; }