I used Google's built-in web font, not using the default javascript code provided by Google, but using the @ font-face css code present in the dynamic javascript file. It worked great with Mozilla Firefox.
Now when I try to use a web font downloaded from Font Squirrel, it does not work in Mozilla Firefox. I used the same @ font-face css code as the google web font service, but it does not work in Firefox.
I know about it in Firefox
Firefox (which supports @ font-face from version 3.5) does not allow the use of cross-domain fonts by default. This means that the font must be filed from the same domain (and subdomain).
If so, how can Google handle cross-domain web fonts?
source
share