website/css/fonts.css

32 lines
768 B
CSS

@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');
}