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; }