23 lines
751 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- CSSFontFaceRule interface -->
<interface name="CSSFontFaceRule" inherits="CSSRule"
id="CSS-CSSFontFaceRule" since="DOM Level 2">
<descr>
<p>
The <code>CSSFontFaceRule</code> interface represents a <xspecref href="&css2;/fonts.html#font-descriptions">@font-face
rule</xspecref> in a CSS style sheet. The <code>@font-face</code> rule
is used to hold a set of font descriptions.
</p>
</descr>
<attribute type="CSSStyleDeclaration" readonly="yes" name="style" id="CSS-CSSFontFaceRule-style">
<descr>
<p>
The <xspecref href="&css2;/syndata.html#q8">declaration-block</xspecref> of this rule.
</p>
</descr>
</attribute>
</interface>