website/css/fonts.css
2024-08-31 21:00:39 +02:00

32 lines
772 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');
}