summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorSahil Prajapati <sahilprjpt206@gmail.com>2024-11-12 06:48:38 (GMT)
committerGitHub <noreply@github.com>2024-11-12 06:48:38 (GMT)
commit599bfc986d2c32c507822ef785b63619bd616608 (patch)
treef25241540478bbe1dbda3e9f158e7444af0fb25c /Misc/NEWS.d/next/Library
parentc45be8aa71ad886e12e8c897274498e4d828c9a5 (diff)
downloadcpython-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 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2020-05-19-01-12-47.gh-issue-84852.FEjHJW.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-19-01-12-47.gh-issue-84852.FEjHJW.rst b/Misc/NEWS.d/next/Library/2020-05-19-01-12-47.gh-issue-84852.FEjHJW.rst
new file mode 100644
index 0000000..2581697
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-05-19-01-12-47.gh-issue-84852.FEjHJW.rst
@@ -0,0 +1,2 @@
+Add MIME types for MS Embedded OpenType, OpenType Layout, TrueType,
+WOFF 1.0 and 2.0 fonts. Patch by Sahil Prajapati and Hugo van Kemenade.