Skip to content

Commit

Permalink
[css-fonts-4] Add internet media types, #6328
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Nov 1, 2023
1 parent 5ead211 commit a324393
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7935,35 +7935,45 @@ The System Font is the font which is used by the ''system-ui'' <a href="#system-
<th>String
<th>Font Format
<th>Common extensions
<th>Common media types
<tbody>
<tr>
<th>"collection"</th>
<td><a href="https://docs.microsoft.com/en-us/typography/opentype/spec/otff#collections">OpenType Collection</a></td>
<td>.otc,.ttc</td>
<td><a href="https://www.iana.org/assignments/media-types/font/collection">font/collection</a></td>
<tr>
<th>"embedded-opentype"
<td><a href="https://www.w3.org/Submission/2008/SUBM-EOT-20080305/">Embedded OpenType</a>
<td>.eot
<td><a href="https://www.iana.org/assignments/media-types/application/vnd.ms-fontobject">application/vnd.ms-fontobject</a></td>
<tr>
<th>"opentype"
<td><a href="https://www.microsoft.com/typography/otspec/default.htm">OpenType</a>
<td>.ttf, .otf
<td><a href="https://www.iana.org/assignments/media-types/font/otf">font/otf</a>,
<a href="https://www.iana.org/assignments/media-types/font/ttf">font/ttf</a>
</td>
<tr>
<th>"svg"
<td><a href="https://www.w3.org/TR/SVG11/fonts.html">SVG Font</a> (deprecated)
<td>.svg, .svgz
<td><a href="https://www.iana.org/assignments/media-types/image/svg+xml">image/svg+xml</a></td>
<tr>
<th>"truetype"
<td><a href="https://www.microsoft.com/typography/otspec/default.htm">TrueType</a>
<td>.ttf
<td><a href="https://www.iana.org/assignments/media-types/font/ttf">font/ttf</a></td>
<tr>
<th>"woff"
<td><a href="https://www.w3.org/TR/WOFF/">WOFF 1.0 (Web Open Font Format)</a>
<td>.woff
<td><a href="https://www.iana.org/assignments/media-types/font/woff">font/woff</a></td>
<tr>
<th>"woff2"
<td><a href="https://www.w3.org/TR/WOFF2/">WOFF 2.0 (Web Open Font Format)</a>
<td>.woff2
<td><a href="https://www.iana.org/assignments/media-types/font/woff2">font/woff2</a></td>
</table>

Given the overlap in common usage between TrueType and OpenType,
Expand Down

0 comments on commit a324393

Please sign in to comment.