53 lines
1.9 KiB
CSS
53 lines
1.9 KiB
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('truetype');
|
|
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('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'indieflower';
|
|
src: url('/style/fonts/indieflower/indieflower.woff2') format('woff2'),
|
|
url('/style/fonts/indieflower/indieflower.woff') format('woff'),
|
|
url('/style/fonts/indieflower/indieflower.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'oxygen';
|
|
src: url('/style/fonts/oxygen/oxygen-regular.woff2') format('woff2'),
|
|
url('/style/fonts/oxygen/oxygen-regular.woff') format('woff'),
|
|
url('/style/fonts/oxygen/oxygen-regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'oxygen';
|
|
src: url('/style/fonts/oxygen/oxygen-bold.woff2') format('woff2'),
|
|
url('/style/fonts/oxygen/oxygen-bold.woff') format('woff'),
|
|
url('/style/fonts/oxygen/oxygen-bold.ttf') format('truetype');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'oxygen';
|
|
src: url('/style/fonts/oxygen/oxygen-light.woff2') format('woff2'),
|
|
url('/style/fonts/oxygen/oxygen-light.woff') format('woff'),
|
|
url('/style/fonts/oxygen/oxygen-light.ttf') format('truetype');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
} |