fredboniface.co.uk/style/fonts.css

27 lines
1012 B
CSS
Raw Normal View History

2022-10-17 10:04:39 +01:00
@font-face {
font-family: 'silkscreenregular';
2022-10-17 10:07:47 +01:00
src: url('/style/fonts/silkscreen/silkscreen-regular.woff2') format('woff2'),
url('/style/fonts/silkscreen/silkscreen-regular.woff') format('woff'),
2022-10-17 10:25:07 +01:00
url('/style/fonts/silkscreen/silkscreen-regular.ttf') format('truetype');
2022-10-17 10:04:39 +01:00
font-weight: normal;
font-style: normal;
}
2022-10-17 10:18:02 +01:00
@font-face {
font-family: 'concertone';
src: url('/style/fonts/concertone/concertone-regular.woff2') format('woff2'),
url('/style/fonts/concertone/concertone-regular.woff') format('woff'),
2022-10-17 10:25:07 +01:00
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');
2022-10-17 10:18:02 +01:00
font-weight: normal;
font-style: normal;
}