what do you mean InterVariable isn't a valid font

This commit is contained in:
ari melody 2026-08-10 23:24:34 +01:00
parent abeb9e1a6b
commit 09c11f11a1
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E

View file

@ -25,7 +25,7 @@ body {
var(--sp-1) var(--sp-2) #0008;
}
@supports (font-variation-settings: normal) {
body { font-family: InterVariable, sans-serif; }
body { font-family: Inter Variable, sans-serif; }
}
.flex {