FIreHAzaR:-D CRiB

This is not a blog. This is my diary.

Apache configuration to support @font-face

In apache.conf:


AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf

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

Labels: ,