nkotsakis/nkotsakis.github.io/master/fonts/.htaccess - Htaccess File

nkotsakis/nkotsakis.github.io/master/fonts/.htaccess

# ------------------------------------------------------------------------------
# | Web fonts access                                                           |
# ------------------------------------------------------------------------------

# Allow access from all domains for web fonts

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache