Hello,
Could you add GZIP support for Fonts Files please? It's as simple as adding the following in the .htaccess
file:
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject application/x-font-ttf image/svg+xml
That covers .eot
.ttf
and .svg
respectively (.woff
doesn't require GZIP as it is a compressed format already)
Thank you.