[Please do not post in uppercase & shout at us. Post title de-capped.]
Hello,
Could you add GZIP support for Fonts Files? It is as simple as adding the following in the .htaccess file:
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject application/x-font-ttf image/svg+xml
it covers .eot .ttf and .svg respectively (.woff doesn't require gzip as it is already compressed)
Thanks