Skip to content

Instantly share code, notes, and snippets.

@rickharris
Created August 11, 2010 04:30
Show Gist options
  • Save rickharris/518488 to your computer and use it in GitHub Desktop.
Save rickharris/518488 to your computer and use it in GitHub Desktop.
# gzip compression.
<IfModule mod_deflate.c>
# webfonts and svg:
<FilesMatch "\.(ttf|otf|woff|eot|svg|svgz)$" >
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment