website/css/fonts.css

32 lines
768 B
CSS
Raw Normal View History

2024-08-31 18:53:06 +00:00
@font-face {
font-display: swap;
font-family: 'Atkinson Hyperlegible';
font-style: normal;
font-weight: 400;
src: url('fonts/atkinson-hyperlegible-regular.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Atkinson Hyperlegible';
font-style: italic;
font-weight: 400;
src: url('fonts/atkinson-hyperlegible-italic.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Atkinson Hyperlegible';
font-style: normal;
font-weight: 700;
src: url('fonts/atkinson-hyperlegible-700.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Atkinson Hyperlegible';
font-style: italic;
font-weight: 700;
src: url('fonts/atkinson-hyperlegible-700italic.woff2') format('woff2');
}