unicodeRange property
The unicodeRange property of the FontFace interface retrieves or
sets the range of unicode code points encompassing the font.
This property is equivalent to the descriptor.
Implementation
external String get unicodeRange;
Implementation
external set unicodeRange(String value);