Skip to content

Commit 3d7616d

Browse files
committed
Update font/opentype to registered font/otf
1 parent 2b4e189 commit 3d7616d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ unreleased
77
* Add new upstream MIME types
88
* Add `text/x-org`
99
* Fix `source` records for `video/*` types that are IANA
10+
* Update `font/opentype` to registered `font/otf`
1011

1112
1.29.0 / 2017-07-10
1213
===================

db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5679,7 +5679,7 @@
56795679
"source": "apache",
56805680
"extensions": ["xyz"]
56815681
},
5682-
"font/opentype": {
5682+
"font/otf": {
56835683
"compressible": true,
56845684
"extensions": ["otf"]
56855685
},

src/custom-types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,11 @@
434434
"audio/x-caf": {
435435
"compressible": false
436436
},
437-
"font/opentype": {
437+
"font/otf": {
438438
"compressible": true,
439439
"extensions": ["otf"],
440440
"sources": [
441+
"https://www.iana.org/assignments/media-types/font/otf",
441442
"http://www.phpied.com/gzip-your-font-face-files/"
442443
]
443444
},

0 commit comments

Comments
 (0)