Package elemental2.dom
Class CSSFontFaceRule
- java.lang.Object
-
- elemental2.dom.CSSRule
-
- elemental2.dom.CSSFontFaceRule
-
@JsType(isNative=true, namespace="<global>") public class CSSFontFaceRule extends CSSRule
-
-
Field Summary
Fields Modifier and Type Field Description CSSStyleDeclaration
style
-
Fields inherited from class elemental2.dom.CSSRule
CHARSET_RULE, cssText, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, parentRule, parentStyleSheet, STYLE_RULE, type, UNKNOWN_RULE
-
-
Constructor Summary
Constructors Constructor Description CSSFontFaceRule()
-
-
-
Field Detail
-
style
public CSSStyleDeclaration style
-
-