diff options
author | Sahil Prajapati <sahilprjpt206@gmail.com> | 2024-11-12 06:48:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 06:48:38 (GMT) |
commit | 599bfc986d2c32c507822ef785b63619bd616608 (patch) | |
tree | f25241540478bbe1dbda3e9f158e7444af0fb25c /Doc/whatsnew | |
parent | c45be8aa71ad886e12e8c897274498e4d828c9a5 (diff) | |
download | cpython-599bfc986d2c32c507822ef785b63619bd616608.zip cpython-599bfc986d2c32c507822ef785b63619bd616608.tar.gz cpython-599bfc986d2c32c507822ef785b63619bd616608.tar.bz2 |
gh-84852: Add MIME types for .eot, ,otf, .ttf, .woff and .woff2 fonts (#20199)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.14.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index f9b2198..9c03263 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -366,6 +366,16 @@ json mimetypes --------- +* Add MS and :rfc:`8081` MIME types for fonts: + + * Embedded OpenType: ``application/vnd.ms-fontobject`` + * OpenType Layout (OTF) ``font/otf`` + * TrueType: ``font/ttf`` + * WOFF 1.0 ``font/woff`` + * WOFF 2.0 ``font/woff2`` + + (Contributed by Sahil Prajapati and Hugo van Kemenade in :gh:`84852`.) + * Add :rfc:`9559` MIME types for Matroska audiovisual data container structures, containing: |