Spyderserve Web Development
Some browsers will have an issue utilizing resources from different domains. This is due to a configuration on the source server and is easily fixed with a simple modification to your Apache .htaccess file.
Add this code to your site’s .htaccess (Apache) file to allow any site to use fonts hosted on your site.
<FilesMatch ".(eot|ttf|otf|woff)"> Header set Access-Control-Allow-Origin "*" </FilesMatch>
Source: http://davidwalsh.name/cdn-fonts