Change WOFF MIME type to `application/font-woff`
The WOFF MIME Type was formally registered as `application/font-woff`: - http://www.iana.org/assignments/media-types/application/font-woff
This commit is contained in:
parent
79821db291
commit
9eeccfdd71
|
@ -60,7 +60,7 @@ types {
|
|||
application/octet-stream iso img;
|
||||
application/octet-stream msi msp msm;
|
||||
application/octet-stream safariextz;
|
||||
|
||||
|
||||
# Audio
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
|
@ -83,10 +83,10 @@ types {
|
|||
video/x-msvideo avi;
|
||||
|
||||
# Webfonts
|
||||
application/font-woff woff;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/x-font-ttf ttf ttc;
|
||||
application/x-font-opentype otf;
|
||||
application/x-font-woff woff;
|
||||
|
||||
# Microsoft Office
|
||||
application/msword doc;
|
||||
|
|
Loading…
Reference in New Issue