style property

String get style

The style property of the FontFace interface retrieves or sets the font's style.

This property is equivalent to the descriptor.

Implementation

external String get style;
set style (String value)

Implementation

external set style(String value);