Self-host Inter fonts

This commit is contained in:
Ian Gulliver
2026-08-15 20:42:53 -07:00
parent 09888701b3
commit 92628c4830
5 changed files with 17 additions and 4 deletions
Binary file not shown.
Binary file not shown.
+15
View File
@@ -0,0 +1,15 @@
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('/static/fonts/InterVariable.woff2') format('woff2');
}
@font-face {
font-family: Inter;
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('/static/fonts/InterVariable-Italic.woff2') format('woff2');
}