/ Published in: Apache
This rule allows you to embed fonts cross domain. Especially good when you are serving your fonts from a CDN.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<FilesMatch "\.(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "http://yourdomain.com" </IfModule> </FilesMatch>