diff options
| author | Gabriel Lewertowski <gabriel.lewertowski@gmail.com> | 2022-06-21 19:21:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-21 10:21:34 -0700 |
| commit | ab712246f06e35478372c6ce624eb79d0c76a155 (patch) | |
| tree | e0a99717ea49f76db7127a9fbb6b846fae0f693c /src | |
| parent | f317ec41a1948e35330364c3120d937cc9934888 (diff) | |
Update fonts MIME following IANA recommendation (#8127)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Text/Pandoc/MIME.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Text/Pandoc/MIME.hs b/src/Text/Pandoc/MIME.hs index b8e22276f..2f9d554c8 100644 --- a/src/Text/Pandoc/MIME.hs +++ b/src/Text/Pandoc/MIME.hs @@ -349,7 +349,7 @@ mimeTypesList = ,("oth","application/vnd.oasis.opendocument.text-web") ,("otp","application/vnd.oasis.opendocument.presentation-template") ,("ots","application/vnd.oasis.opendocument.spreadsheet-template") - ,("otf","application/vnd.ms-opentype") + ,("otf","font/otf") ,("ott","application/vnd.oasis.opendocument.text-template") ,("oza","application/x-oz-application") ,("p","text/x-pascal") @@ -485,7 +485,7 @@ mimeTypesList = ,("ts","text/texmacs") ,("tsp","application/dsptype") ,("tsv","text/tab-separated-values") - ,("ttf","application/font-sfnt") + ,("ttf","font/ttf") ,("txt","text/plain") ,("udeb","application/x-debian-package") ,("uls","text/iuls") @@ -520,7 +520,7 @@ mimeTypesList = ,("wmv","video/x-ms-wmv") ,("wmx","video/x-ms-wmx") ,("wmz","application/x-ms-wmz") - ,("woff","application/font-woff") + ,("woff","font/woff") ,("woff2","font/woff2") ,("wp5","application/wordperfect5.1") ,("wpd","application/wordperfect") |
