Represents a font-face rule in a CSS style sheet.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | no | 9.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
CSSFontFaceRule Constructor() : CSSFontFaceRule
Represents a font-face rule in a CSS style sheet.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | no | ||
CSSFontFaceRule() : CSSFontFaceRuleRepresents a font-face rule in a CSS style sheet. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
style
: CSSStyleDeclaration
Style(s) for the CSS rule.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | no |
|
|||||||
Availability
HTML DOM Level 2|W3C