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
Axis values not present in the font, or axis values greater or less than the range supported by the font, are ignored and therefore have no effect; a user agent must
1354
+
Axis values not present in the font are ignored and therefore have no effect; a user agent must
1184
1355
not attempt to synthesize fallback behavior based on these axis tags. Other axis values
1185
1356
within the same CSS 'font-variation-settings' statement are not ignored.
1186
1357
1358
+
Axis values greater or less than the range supported by the font are clamped to the closest value supported by
1359
+
the font.
1360
+
1187
1361
Values are allowed to be fractional or negative.
1188
1362
1189
1363
If the same axis name appears twice, the second one supercedes the first.
@@ -1237,15 +1411,6 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
1237
1411
(so you can declare a palette in a variable, and override bits as desired).
1238
1412
</div>
1239
1413
1240
-
<h2 id="expanded-font-weight-scale">Expanding the scale of <code>font-weight</code></h2>
1241
-
1242
-
<p>Expand the range of weights possible within the <code>font-weight</code>
1243
-
property and <code>font-weight</code> descriptor to include integer values within
1244
-
the range [1..1000]. Define precisely how the font matching algorithm works
1245
-
when using weights in this range.</p>
1246
-
1247
-
<p class="example">Example of using new font weights mixed with old ones</p>
1248
-
1249
1414
<h2 id="min-max-font-size">Minimum and maximum <code>font-size</code></h2>
1250
1415
1251
1416
<p>Define new properties to control the minimum and maximum font-size,
@@ -1274,13 +1439,6 @@ of predefined CSS generic font families to cover these type styles.</p>
1274
1439
Issue: Add ''system-ui'' fingerprinting issue to Security and Privacy Considerations section
1275
1440
per <a href="https://lists.w3.org/Archives/Public/www-style/2015Aug/0051.html">discussion</a>.
1276
1441
1277
-
<h2 id="font-synthesis-small-caps">New <code>small-caps</code> value for <code>font-synthesis</code></h2>
1278
-
1279
-
<p>Since small capitals are often synthesized for fonts lacking smalls-caps glyphs,
1280
-
add a <code>small-caps</code> value to the <code>font-synthesis</code> property
0 commit comments