Skip to content

Commit

Permalink
Update font/opentype to registered font/otf
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 23, 2017
1 parent 2b4e189 commit 3d7616d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -7,6 +7,7 @@ unreleased
* Add new upstream MIME types
* Add `text/x-org`
* Fix `source` records for `video/*` types that are IANA
* Update `font/opentype` to registered `font/otf`

1.29.0 / 2017-07-10
===================
Expand Down
2 changes: 1 addition & 1 deletion db.json
Expand Up @@ -5679,7 +5679,7 @@
"source": "apache",
"extensions": ["xyz"]
},
"font/opentype": {
"font/otf": {
"compressible": true,
"extensions": ["otf"]
},
Expand Down
3 changes: 2 additions & 1 deletion src/custom-types.json
Expand Up @@ -434,10 +434,11 @@
"audio/x-caf": {
"compressible": false
},
"font/opentype": {
"font/otf": {
"compressible": true,
"extensions": ["otf"],
"sources": [
"https://www.iana.org/assignments/media-types/font/otf",
"http://www.phpied.com/gzip-your-font-face-files/"
]
},
Expand Down

0 comments on commit 3d7616d

Please sign in to comment.