Skip to content

Commit db5d4df

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-fonts-3/Overview-wip.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ name must not be used.
14141414
}
14151415
</pre>
14161416

1417-
Just as a ''@font-face'' rule specifies the characteristics of a single font
1417+
Just as an ''@font-face'' rule specifies the characteristics of a single font
14181418
within a family, the unique name used with ''local()'' specifies a single
14191419
font, not an entire font family. Defined in terms of
14201420
OpenType font data, the Postscript name is found in the font's
@@ -3677,7 +3677,7 @@ the following extensions to the CSS Object Model.
36773677

36783678
<h3 id="om-fontface">The {{CSSFontFaceRule}} interface</h3>
36793679

3680-
The <dfn interface>CSSFontFaceRule</dfn> interface represents a ''@font-face'' rule.
3680+
The <dfn interface>CSSFontFaceRule</dfn> interface represents an ''@font-face'' rule.
36813681

36823682
<pre class="idl">
36833683
interface CSSFontFaceRule : CSSRule {

0 commit comments

Comments
 (0)