Heya,
I am using the Joomla Template "The Real Design" and am having an issue with google fonts. The temporary address (having domain issues) is
http://50.87.41.189/~newpoons/
When I view the site in chrome, the fonts load perfectly, but in IE and Firefox, I have no luck!
I have added the folowing to my .htaccess
- Code: Select all
<Files ~ "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</Files>
after following another thread on another theme, but no luck
I followed another thread that said about removing the ( ' ) from the google font family, But this also didnt work
Any help would be much appreciated, thanks!