From a024b1105cc8fb06fbced7f0a67dea66848d83a8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 17 Oct 2022 10:07:47 +0100 Subject: [PATCH] Correct url for font files --- style/fonts.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/fonts.css b/style/fonts.css index 8773825..521e6d2 100644 --- a/style/fonts.css +++ b/style/fonts.css @@ -1,8 +1,8 @@ @font-face { font-family: 'silkscreenregular'; - src: url('/style/fonts/silkscreen-regular.woff2') format('woff2'), - url('/style/fonts/silkscreen-regular.woff') format('woff'), - url('/style/fonts/silkscreen-regular.ttf') format('ttf'); + src: url('/style/fonts/silkscreen/silkscreen-regular.woff2') format('woff2'), + url('/style/fonts/silkscreen/silkscreen-regular.woff') format('woff'), + url('/style/fonts/silkscreen/silkscreen-regular.ttf') format('ttf'); font-weight: normal; font-style: normal; }