From 1f17429c8f91c174f66696ec759a45da80834ebc Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 20 Nov 2020 18:37:48 +0100 Subject: [PATCH] Updated font url w/ updated assets path. --- src/styles/global.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 321f9db..0bec6d4 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -4,13 +4,13 @@ @font-face { font-family: "knowit"; font-weight: 600; - src: url("/../../public/assets/fonts/bold.woff"); + src: url("/assets/fonts/bold.woff"); } @font-face { font-family: "knowit"; font-weight: 300; - src: url("/../../public/assets/fonts/regular.eot"); + src: url("/assets/fonts/regular.eot"); } body {