FontFace: style property

Note: This feature is available in Web Workers.

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

This property is equivalent to the font-style descriptor.

Value

A string containing the descriptors defined in the style sheet's @font-face rule.

Specifications