fredboniface.co.uk/style/fonts.css
2022-10-17 10:43:11 +01:00

35 lines
1.2 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: 'raleway-light';
src: url('/style/fonts/raleway/raleway-light.woff2') format('woff2'),
url('/style/fonts/raleway/raleway-light.woff') format('woff');
font-weight: normal;
font-style: normal;
}