google-fonts icon indicating copy to clipboard operation
google-fonts copied to clipboard

TextStyle property fontVariant not working on iOS

Open cseelus opened this issue 2 years ago • 0 comments

Thanks for this neat little package to save some time.

Using the example from the README with Inter, fontVariant unfortunately has no effect on iOS (but on platform web).

...
fontFeatureSettings: "'zero' on, 'salt' on, 'ss01' on, 'ss03' on, 'cv01' on, 'cv07' on", // this is not supposed to work on `native`
fontVariant: ['common-ligatures', 'tabular-nums', 'slashed-zero'], // this is
…

cseelus avatar Jan 01 '23 23:01 cseelus