You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-fonts-4/Overview.bs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -541,7 +541,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
541
541
mixture of scripts will sometimes omit specific scripts such as Arabic
542
542
from the set of glyphs supported in the italic face. User agents
543
543
should be careful about making <em>character map</em> assumptions across
544
-
faces when implementing support for <em>system font fallback</em>.
544
+
faces when implementing support for <em>installed font fallback</em>.
545
545
546
546
<h3 id="font-size-prop">Font size: the 'font-size' property</h3>
547
547
@@ -1189,7 +1189,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
1189
1189
1190
1190
<li>For other family names, the user agent attempts to find the
1191
1191
family name among fonts defined via <code>@font-face</code> rules and then
1192
-
among available system fonts, matching names with a
1192
+
among available installed fonts, matching names with a
1193
1193
<a href="#font-family-casing">case-insensitive comparison</a> as outlined
1194
1194
in the section above.
1195
1195
On systems containing fonts with multiple localized font family
@@ -1391,7 +1391,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
1391
1391
<!-- resolution on the above: http://lists.w3.org/Archives/Public/www-style/2012Nov/0292.html -->
1392
1392
1393
1393
<li>If there are no more font families to be evaluated and no matching
1394
-
face has been found, then the user agent performs a <dfn>system font
1394
+
face has been found, then the user agent performs a <dfn>installed font
1395
1395
fallback</dfn> procedure to find the best match for the character to be
1396
1396
rendered. The result of this procedure may vary across user agents.
1397
1397
</li>
@@ -1791,7 +1791,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
1791
1791
For: @font-palette-values
1792
1792
</pre>
1793
1793
1794
-
This descriptor defines the font family name that this palette applies to. This palette will only ever be applied to the font with this name. The value of this descriptor matches the definition of the <<family-name>> for the 'font-family' property. This means that only named font families are allowed and rules that including generic or system fonts in the list of font families are syntax errors. If syntax errors occur within the font family list, the entire rule must be ignored.
1794
+
This descriptor defines the font family name that this palette applies to. This palette will only ever be applied to the font with this name. The value of this descriptor matches the definition of the <<family-name>> for the 'font-family' property. This means that only named font families are allowed and rules that including generic or installed fonts in the list of font families are syntax errors. If syntax errors occur within the font family list, the entire rule must be ignored.
1795
1795
1796
1796
<h3 id="base-palette-desc">Specifying the base palette: the 'base-palette' descriptor</h3>
0 commit comments