MarcosBL
7/10/2014 - 11:40 AM

Apache header write for serving fonts to firefox cross domain and avoid CORS

Apache header write for serving fonts to firefox cross domain and avoid CORS

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