Reputation: 28621
I've created a web-version of the Lato font using Font Squirrel.
I've also setup a test-suite in Plunker in order to test and debug it.
When rendering EOT in IE 11 I'm getting an "unknown error" in debugging console.
What can be the reason for this? How do I fix it?
Upvotes: 0
Views: 48
Reputation: 15136
Concerning the EOT it's probably coming from the file itself. Try ttf2eot instead of FontSquirrel.
For the error itself check this comment and, if it's happening for previous versions of IE, this blog post as well.
Safari 5.1 supports WOFF so the problem is moot since it should be picked up before in your @font-face rule.
Upvotes: 1