fredboniface.co.uk/style/fonts.css

53 lines
1.9 KiB
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;
}
2022-10-17 10:42:10 +01:00
@font-face {
2022-10-17 10:55:41 +01:00
font-family: 'oxygen';
src: url('/style/fonts/oxygen/oxygen-regular.woff2') format('woff2'),
url('/style/fonts/oxygen/oxygen-regular.woff') format('woff'),
2022-10-17 10:58:06 +01:00
url('/style/fonts/oxygen/oxygen-regular.ttf') format('truetype');
2022-10-17 10:42:10 +01:00
font-weight: normal;
font-style: normal;
}
2022-10-17 10:55:41 +01:00
@font-face {
font-family: 'oxygen';
src: url('/style/fonts/oxygen/oxygen-bold.woff2') format('woff2'),
url('/style/fonts/oxygen/oxygen-bold.woff') format('woff'),
2022-10-17 10:58:06 +01:00
url('/style/fonts/oxygen/oxygen-bold.ttf') format('truetype');
2022-10-17 10:55:41 +01:00
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'),
2022-10-17 10:58:06 +01:00
url('/style/fonts/oxygen/oxygen-light.ttf') format('truetype');
2022-10-17 10:55:41 +01:00
font-weight: 300;
font-style: normal;
}