font-feature-settings vs font-variant
We recently did some font feature tweaks at work. For one thing, we changed the appearance of 0 (number zero) to include a slash (like 0), to make it easier to differentiate from capital letter O. I learned a few things in the process that I'd like to share!
Slashed zeros
There are two main ways to configure slashed zeros.
font-feature-settings: "zero" 1;font-variant: slashed-zero;
