fix Inter font missing variable weights

This commit is contained in:
jeffvli
2025-12-31 18:19:34 -08:00
parent bb93b0895e
commit 14cc4079a3
3 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -122,7 +122,8 @@ button {
@font-face {
font-family: Inter;
font-weight: 100 1000;
src: url('../../../assets/fonts/Inter-VariableFont_slnt,wght.woff2');
src: url('../../../assets/fonts/Inter-VariableFont_opsz,wght.woff2');
font-display: swap;
}
@font-face {