File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ unreleased
7
7
* Add new upstream MIME types
8
8
* Add ` text/x-org `
9
9
* Fix ` source ` records for ` video/* ` types that are IANA
10
+ * Update ` font/opentype ` to registered ` font/otf `
10
11
11
12
1.29.0 / 2017-07-10
12
13
===================
Original file line number Diff line number Diff line change 5679
5679
"source" : " apache" ,
5680
5680
"extensions" : [" xyz" ]
5681
5681
},
5682
- "font/opentype " : {
5682
+ "font/otf " : {
5683
5683
"compressible" : true ,
5684
5684
"extensions" : [" otf" ]
5685
5685
},
Original file line number Diff line number Diff line change 434
434
"audio/x-caf" : {
435
435
"compressible" : false
436
436
},
437
- "font/opentype " : {
437
+ "font/otf " : {
438
438
"compressible" : true ,
439
439
"extensions" : [" otf" ],
440
440
"sources" : [
441
+ " https://www.iana.org/assignments/media-types/font/otf" ,
441
442
" http://www.phpied.com/gzip-your-font-face-files/"
442
443
]
443
444
},
You can’t perform that action at this time.
0 commit comments