featureSettings property
The featureSettings property of the FontFace interface retrieves
or sets infrequently used font features that are not available from a
font's variant properties.
This property is equivalent to the descriptor.
Implementation
external String get featureSettings;
Implementation
external set featureSettings(String value);