FileDocCategorySizeDatePackage
CSSFontFaceRule.javaAPI DocJava SE 5 API1105Fri Aug 26 14:58:38 BST 2005org.w3c.dom.css

CSSFontFaceRule

public interface CSSFontFaceRule implements CSSRule
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet. The @font-face rule is used to hold a set of font descriptions.

See also the Document Object Model (DOM) Level 2 Style Specification.

since
DOM Level 2

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.css.CSSStyleDeclarationgetStyle()
The declaration-block of this rule.