weight property

String get weight

The weight property of the FontFace interface retrieves or sets the weight of the font.

This property is equivalent to the descriptor.

Implementation

external String get weight;
set weight (String value)

Implementation

external set weight(String value);