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
|
@ -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