kanaung/webfonts/master/styles/.htaccess - Htaccess File

kanaung/webfonts/master/styles/.htaccess

IndexOptions +FancyIndexing
<FilesMatch ".(ttf|otf|eot|woff|svg|svgz)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>

AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/font-woff  .woff
AddType image/svg+xml .svg

On Github License

Files

Download PDF of Htaccess file

Comments

Apache