Skip to content

Commit a324393

Browse files
committed
[css-fonts-4] Add internet media types, #6328
1 parent 5ead211 commit a324393

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css-fonts-4/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7935,35 +7935,45 @@ The System Font is the font which is used by the ''system-ui'' <a href="#system-
79357935
<th>String
79367936
<th>Font Format
79377937
<th>Common extensions
7938+
<th>Common media types
79387939
<tbody>
79397940
<tr>
79407941
<th>"collection"</th>
79417942
<td><a href="https://docs.microsoft.com/en-us/typography/opentype/spec/otff#collections">OpenType Collection</a></td>
79427943
<td>.otc,.ttc</td>
7944+
<td><a href="https://www.iana.org/assignments/media-types/font/collection">font/collection</a></td>
79437945
<tr>
79447946
<th>"embedded-opentype"
79457947
<td><a href="https://www.w3.org/Submission/2008/SUBM-EOT-20080305/">Embedded OpenType</a>
79467948
<td>.eot
7949+
<td><a href="https://www.iana.org/assignments/media-types/application/vnd.ms-fontobject">application/vnd.ms-fontobject</a></td>
79477950
<tr>
79487951
<th>"opentype"
79497952
<td><a href="https://www.microsoft.com/typography/otspec/default.htm">OpenType</a>
79507953
<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>
79517957
<tr>
79527958
<th>"svg"
79537959
<td><a href="https://www.w3.org/TR/SVG11/fonts.html">SVG Font</a> (deprecated)
79547960
<td>.svg, .svgz
7961+
<td><a href="https://www.iana.org/assignments/media-types/image/svg+xml">image/svg+xml</a></td>
79557962
<tr>
79567963
<th>"truetype"
79577964
<td><a href="https://www.microsoft.com/typography/otspec/default.htm">TrueType</a>
79587965
<td>.ttf
7966+
<td><a href="https://www.iana.org/assignments/media-types/font/ttf">font/ttf</a></td>
79597967
<tr>
79607968
<th>"woff"
79617969
<td><a href="https://www.w3.org/TR/WOFF/">WOFF 1.0 (Web Open Font Format)</a>
79627970
<td>.woff
7971+
<td><a href="https://www.iana.org/assignments/media-types/font/woff">font/woff</a></td>
79637972
<tr>
79647973
<th>"woff2"
79657974
<td><a href="https://www.w3.org/TR/WOFF2/">WOFF 2.0 (Web Open Font Format)</a>
79667975
<td>.woff2
7976+
<td><a href="https://www.iana.org/assignments/media-types/font/woff2">font/woff2</a></td>
79677977
</table>
79687978

79697979
Given the overlap in common usage between TrueType and OpenType,

0 commit comments

Comments
 (0)