joshua.seigler.net/site/_includes/css/inter.css
Joshua Seigler 6f46726e92 combine CSS
2025-06-08 19:57:31 -04:00

14 lines
345 B
CSS

@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url("/fonts/inter/InterVariable.woff2") format("woff2");
}
@font-face {
font-family: Inter;
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url("/fonts/inter/InterVariable-Italic.woff2") format("woff2");
}