9 lines
342 B
CSS
9 lines
342 B
CSS
@font-face {
|
|
font-family: 'silkscreenregular';
|
|
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;
|
|
}
|