Class CSSFontFaceRule
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSFontFaceRule interface represents an @font-face at-rule.
[Value("CSSFontFaceRule")]
public class CSSFontFaceRule : CSSRule
- Inheritance
-
CSSFontFaceRule
- Inherited Members
Remarks
Constructors
CSSFontFaceRule()
public CSSFontFaceRule()
Properties
Style
The read-only style property of the CSSFontFaceRule interface returns the style information from the {{cssxref("@font-face")}} at-rule. This will be in the form of a CSSStyleDeclaration object.
[Value("style")]
public CSSFontFaceDescriptors Style { get; }