Files

23 lines
643 B
CSS
Raw Permalink Normal View History

/* Fraunces variable (display, titres) + Atkinson Hyperlegible (corps) — auto-hébergées */
@font-face {
font-family: 'Fraunces';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('/gwada-sirius/fonts/fraunces-variable.woff2') format('woff2');
}
@font-face {
font-family: 'Atkinson Hyperlegible';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/gwada-sirius/fonts/atkinson-400.woff2') format('woff2');
}
@font-face {
font-family: 'Atkinson Hyperlegible';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('/gwada-sirius/fonts/atkinson-700.woff2') format('woff2');
}