family property
String
get
family
The FontFace.family
property allows the author to get or set the
font family of a FontFace object.
The value is used for name matching against a particular font face when
styling elements using the
font-family
property.
Any name may be used, and this overrides any name specified in the
underlying font data.
This property is equivalent to the descriptor of .
Implementation
external String get family;
set
family
(String value)
Implementation
external set family(String value);