We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4186e commit 4584207Copy full SHA for 4584207
.htaccess
@@ -3,8 +3,10 @@ RewriteCond %{REQUEST_FILENAME} !-d
3
RewriteCond %{REQUEST_FILENAME} !-f
4
RewriteRule . / [L]
5
6
+AddType 'application/x-font-woff' .woff
7
+
8
# BEGIN GZIP
9
<ifmodule mod_deflate.c>
-AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
10
+AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/x-font-woff application/octet-stream
11
</ifmodule>
12
# END GZIP
0 commit comments