@@ -1369,6 +1369,11 @@ at least as dark as its predecessor. Only values greater than 0 and less than 10
1369
1369
<td> <a href="https://www.microsoft.com/typography/otspec/default.htm">OpenType</a> </td>
1370
1370
<td> .ttf, .otf</td>
1371
1371
</tr>
1372
+ <tr>
1373
+ <th> "woff2"</th>
1374
+ <td> <a href="https://www.w3.org/TR/WOFF2/">WOFF File Format 2.0 (Web Open Font Format)</a> </td>
1375
+ <td> .woff2</td>
1376
+ </tr>
1372
1377
<tr>
1373
1378
<th> "embedded-opentype"</th>
1374
1379
<td> <a href="https://www.w3.org/Submission/2008/SUBM-EOT-20080305/">Embedded OpenType</a> </td>
@@ -1394,6 +1399,11 @@ at least as dark as its predecessor. Only values greater than 0 and less than 10
1394
1399
<td> <a href="https://www.microsoft.com/typography/otspec/default.htm">OpenType with associated variations support</a> </td>
1395
1400
<td> .ttf, .otf</td>
1396
1401
</tr>
1402
+ <tr>
1403
+ <th> "woff2-variations"</th>
1404
+ <td> <a href="https://www.w3.org/TR/WOFF2/">WOFF File Format 2.0 (Web Open Font Format) with associated variations support</a> </td>
1405
+ <td> .woff2</td>
1406
+ </tr>
1397
1407
</tbody>
1398
1408
</table>
1399
1409
@@ -1403,8 +1413,8 @@ at least as dark as its predecessor. Only values greater than 0 and less than 10
1403
1413
Postscript CFF style glyph data or that it contains OpenType layout
1404
1414
information (see <a href="#platform-props-to-css">Appendix A</a> for more background on this).
1405
1415
1406
- A value of "woff-variations", "truetype-variations", or "opentype -variations" imply support
1407
- of the "woff", "truetype", or "opentype " formats respectively along with additional support for
1416
+ A value of "woff-variations", "truetype-variations", "opentype-variations", or "woff2 -variations" imply support
1417
+ of the "woff", "truetype", "opentype", or "woff2 " formats respectively along with additional support for
1408
1418
font variations. Web authors can specify this format to indicate that variation support is required
1409
1419
for correct rendering of a font. This mechanism can be used for gracefully falling back to an
1410
1420
ancillary font when variation support is not present.
0 commit comments