Move SVG media type into the "Images" group
SVG is primarily an image format. Its usage as a font format is a legacy issue for supporting iOS 3 and iOS 4. In Chrome 38, support for SVG fonts has been removed (http://caniuse.com/#feat=svg-fonts). They have never been supported in Firefox or IE. Close h5bp/server-configs-nginx#74
This commit is contained in:
parent
b82491d00e
commit
8ec8a82113
|
@ -13,6 +13,7 @@ types {
|
|||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
image/png png;
|
||||
image/svg+xml svg svgz;
|
||||
image/tiff tif tiff;
|
||||
image/vnd.wap.wbmp wbmp;
|
||||
image/webp webp;
|
||||
|
@ -57,7 +58,6 @@ types {
|
|||
application/vnd.ms-fontobject eot;
|
||||
application/x-font-ttf ttc ttf;
|
||||
font/opentype otf;
|
||||
image/svg+xml svg svgz;
|
||||
|
||||
# Other
|
||||
application/java-archive jar war ear;
|
||||
|
|
Loading…
Reference in New Issue