Correct url for font files
This commit is contained in:
parent
3e982d526b
commit
a024b1105c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user