ewba/english-intro/master/.htaccess
AddType x-font/woff .woff
AddType x-font/woff2 .woff2
<IfModule mod_expires.c>
ExpiresActive On
# expire images, css and js after a month in the client's cache
ExpiresByType image/gif "access plus 2 months"
ExpiresByType image/jpeg "access plus 2 months"
ExpiresByType image/png "access plus 2 months"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/font-woff "access plus 1 year"
ExpiresByType x-font/woff "access plus 1 year"
ExpiresByType x-font/woff2 "access plus 1 year"
</IfModule>
On Github License
Files