Variable fonts are supposed to have optical sizing proportionate to its px
value automatically.
But it's not consistent in different browsers.
So I have to
body {
font-variation-settings: "opsz" 16;
}
which is not automatic anymore, I have to redeclare every time I change font-size
.
Is it just me? Where should I start if I want to correct this?