Add `font/ttf` & `font/eot` to compressible mime-types list (#242)
Ref: * jshttp/mime-db#169 * developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization#reducing_font_size_with_compression
This commit is contained in:
parent
0af305283f
commit
7a44fdf69f
|
@ -50,7 +50,9 @@ gzip_types
|
|||
application/x-web-app-manifest+json
|
||||
application/xhtml+xml
|
||||
application/xml
|
||||
font/eot
|
||||
font/otf
|
||||
font/ttf
|
||||
image/bmp
|
||||
image/svg+xml
|
||||
text/cache-manifest
|
||||
|
|
Loading…
Reference in New Issue