ICSSFontFaceRule Interface

ICSSFontFaceRule interface

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.

public interface ICSSFontFaceRule : ICSSRule

Properties

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

See Also