Correct url for font files

This commit is contained in:
Fred Boniface 2022-10-17 10:07:47 +01:00
parent 3e982d526b
commit a024b1105c
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
@font-face { @font-face {
font-family: 'silkscreenregular'; font-family: 'silkscreenregular';
src: url('/style/fonts/silkscreen-regular.woff2') format('woff2'), src: url('/style/fonts/silkscreen/silkscreen-regular.woff2') format('woff2'),
url('/style/fonts/silkscreen-regular.woff') format('woff'), url('/style/fonts/silkscreen/silkscreen-regular.woff') format('woff'),
url('/style/fonts/silkscreen-regular.ttf') format('ttf'); url('/style/fonts/silkscreen/silkscreen-regular.ttf') format('ttf');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }