Advertisement
phpaddict

Allow cross-domain fonts in CSS

Nov 11th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # this content must be put in .htaccess file (http://davidwalsh.name/cdn-fonts)
  2.  
  3. # allows to load fonts from another domain. example: from static.domain.com to www.domain.com
  4. <FilesMatch ".(eot|ttf|otf|woff)$">
  5. Header set Access-Control-Allow-Origin "*"
  6. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement