Skip to content

Instantly share code, notes, and snippets.

@ikedahidenori
Created January 25, 2013 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikedahidenori/4632141 to your computer and use it in GitHub Desktop.
Save ikedahidenori/4632141 to your computer and use it in GitHub Desktop.
IE9以降でwebfontが文字化けする原因と解決策 ref: http://qiita.com/items/5e026ca2f1e4ca9eb16e
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment