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
Style { get; }The declaration-block of this rule.

See Also