Skip to content

Commit d108220

Browse files
authored
Merge pull request w3c#5397 from tomayac/patch-1
[css-fonts-3] Consistent article "an" for `@font-face`
2 parents 7612be9 + db5d4df commit d108220

2 files changed

Lines changed: 4 additions & 4 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 {

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)