Skip to content

Commit 2fc5cb7

Browse files
authored
Correct article "an" for @font-face
1 parent c1d5d3f commit 2fc5cb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-fonts-3/Fonts.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ <h3 id="src-desc">Font reference: the <a href="#descdef-src">src</a> descriptor<
17031703
}
17041704
</pre>
17051705

1706-
<p>Just as a <code>@font-face</code> rule specifies the characteristics of a single font
1706+
<p>Just as an <code>@font-face</code> rule specifies the characteristics of a single font
17071707
within a family, the unique name used with <code>local()</code> specifies a single
17081708
font, not an entire font family. Defined in terms of
17091709
OpenType font data, the Postscript name is found in the font's
@@ -3840,7 +3840,7 @@ <h2 id="object-model">Object Model</h2>
38403840

38413841
<h3 id="om-fontface">The <code>CSSFontFaceRule</code> interface</h3>
38423842

3843-
<p>The <dfn>CSSFontFaceRule</dfn> interface represents a <code>@font-face</code> rule.</p>
3843+
<p>The <dfn>CSSFontFaceRule</dfn> interface represents an <code>@font-face</code> rule.</p>
38443844

38453845
<pre class="idl">
38463846
interface CSSFontFaceRule : CSSRule {

0 commit comments

Comments
 (0)