Reputation: 4178
If you view this page you can see that I used a Font-Squirrel-Generated @font-face
for Franchise
it seems to work in every browser except Firefox, any ideas as to why this is?
PS I have looked around and still am not finding an answer
Upvotes: 0
Views: 525
Reputation: 35054
You're linking to a font that's on a different host and doesn't send the right CORS headers. See https://developer.mozilla.org/En/HTTP_access_control and http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Upvotes: 1