website/css/fonts.css

32 lines
772 B
CSS
Raw Permalink 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;
2024-08-31 19:00:39 +00:00
src: url('/fonts/atkinson-hyperlegible-regular.woff2') format('woff2');
2024-08-31 18:53:06 +00:00
}
@font-face {
font-display: swap;
font-family: 'Atkinson Hyperlegible';
font-style: italic;
font-weight: 400;
2024-08-31 19:00:39 +00:00
src: url('/fonts/atkinson-hyperlegible-italic.woff2') format('woff2');
2024-08-31 18:53:06 +00:00
}
@font-face {
font-display: swap;
font-family: 'Atkinson Hyperlegible';
font-style: normal;
font-weight: 700;
2024-08-31 19:00:39 +00:00
src: url('/fonts/atkinson-hyperlegible-700.woff2') format('woff2');
2024-08-31 18:53:06 +00:00
}
@font-face {
font-display: swap;
font-family: 'Atkinson Hyperlegible';
font-style: italic;
font-weight: 700;
2024-08-31 19:00:39 +00:00
src: url('/fonts/atkinson-hyperlegible-700italic.woff2') format('woff2');
2024-08-31 18:53:06 +00:00
}