I am trying to use font-feature-settings: 'tnum' on, 'lnum' on;
style on a custom font, but I am unable to see any visible effect of this property on the font.
Moreover, in my JSFiddle snippet, I am getting css compile error
"Expected no more than 1 declaration"
- Is this css font-feature-property correct?
- Is there any specific css property which is needed for this to take effect?