CSSFontFaceRule : CSSRule

Represents a font-face rule in a CSS style sheet.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+no9.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Represents a font-face rule in a CSS style sheet.
no1.0+no9.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Style(s) for the CSS rule.
no1.0+no9.0+1.0+no
 

Availability

HTML DOM Level 2 | W3C

Constructor Detail

CSSFontFaceRule CSSFontFaceRule()

Represents a font-face rule in a CSS style sheet.

Visibility
internal

Property Detail

CSSStyleDeclaration style - read only

Style(s) for the CSS rule.

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/style.html

Availability

HTML DOM Level 2 | W3C