428th-website-2026/fonts/inter.css
2026-07-16 16:21:09 +02:00

15 lines
354 B
CSS

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('Inter-VariableFont_opsz,wght.woff2') format('woff2');
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('Inter-Italic-VariableFont_opsz,wght.woff2') format('woff2');
}