File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7935,35 +7935,45 @@ The System Font is the font which is used by the ''system-ui'' <a href="#system-
7935
7935
<th> String
7936
7936
<th> Font Format
7937
7937
<th> Common extensions
7938
+ <th> Common media types
7938
7939
<tbody>
7939
7940
<tr>
7940
7941
<th> "collection"</th>
7941
7942
<td> <a href="https://docs.microsoft.com/en-us/typography/opentype/spec/otff#collections">OpenType Collection</a> </td>
7942
7943
<td> .otc,.ttc</td>
7944
+ <td> <a href="https://www.iana.org/assignments/media-types/font/collection">font/collection</a> </td>
7943
7945
<tr>
7944
7946
<th> "embedded-opentype"
7945
7947
<td> <a href="https://www.w3.org/Submission/2008/SUBM-EOT-20080305/">Embedded OpenType</a>
7946
7948
<td> .eot
7949
+ <td> <a href="https://www.iana.org/assignments/media-types/application/vnd.ms-fontobject">application/vnd.ms-fontobject</a> </td>
7947
7950
<tr>
7948
7951
<th> "opentype"
7949
7952
<td> <a href="https://www.microsoft.com/typography/otspec/default.htm">OpenType</a>
7950
7953
<td> .ttf, .otf
7954
+ <td> <a href="https://www.iana.org/assignments/media-types/font/otf">font/otf</a> ,
7955
+ <a href="https://www.iana.org/assignments/media-types/font/ttf">font/ttf</a>
7956
+ </td>
7951
7957
<tr>
7952
7958
<th> "svg"
7953
7959
<td> <a href="https://www.w3.org/TR/SVG11/fonts.html">SVG Font</a> (deprecated)
7954
7960
<td> .svg, .svgz
7961
+ <td> <a href="https://www.iana.org/assignments/media-types/image/svg+xml">image/svg+xml</a> </td>
7955
7962
<tr>
7956
7963
<th> "truetype"
7957
7964
<td> <a href="https://www.microsoft.com/typography/otspec/default.htm">TrueType</a>
7958
7965
<td> .ttf
7966
+ <td> <a href="https://www.iana.org/assignments/media-types/font/ttf">font/ttf</a> </td>
7959
7967
<tr>
7960
7968
<th> "woff"
7961
7969
<td> <a href="https://www.w3.org/TR/WOFF/">WOFF 1.0 (Web Open Font Format)</a>
7962
7970
<td> .woff
7971
+ <td> <a href="https://www.iana.org/assignments/media-types/font/woff">font/woff</a> </td>
7963
7972
<tr>
7964
7973
<th> "woff2"
7965
7974
<td> <a href="https://www.w3.org/TR/WOFF2/">WOFF 2.0 (Web Open Font Format)</a>
7966
7975
<td> .woff2
7976
+ <td> <a href="https://www.iana.org/assignments/media-types/font/woff2">font/woff2</a> </td>
7967
7977
</table>
7968
7978
7969
7979
Given the overlap in common usage between TrueType and OpenType,
You can’t perform that action at this time.
0 commit comments