style property

JSObject get style

The read-only style property of the CSSFontFaceRule interface returns the style information from the at-rule. This will be in the form of a CSSStyleDeclaration object.

Implementation

external JSObject get style;