18 lines
678 B
CSS
18 lines
678 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;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'concertone';
|
|
src: url('/style/fonts/concertone/concertone-regular.woff2') format('woff2'),
|
|
url('/style/fonts/concertone/concertone-regular.woff') format('woff'),
|
|
url('/style/fonts/concertone/concertone-regular.ttf') format('ttf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|