@font-face Blacklisted font [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI've been using font-squirrel for quite sometime and was really happy with its generator and the @font-face method as i开发者_StackOverflow中文版t doesn't produce any FOUT. But recently a project came for development and when I tried to generate, it gave an error
The font abc.otf is blacklisted by the Generator. Sorry
Where abc.otf is font-file. Now the client has purchased the license for the font, only issue is while development I don't know how to use the font. I don't want to use Cufon as it doesn't support change in styling and I need to have different color for Hover text.
I am looking for a website which can generate @font-face variants for IE7+ {EOT}, firefox and webkit
I finally figured out how to do it :)
http://www.font2web.com/
Here is a TTF to EOT converter I found (Its online and free!)
http://www.kirsle.net/wizards/ttf2eot.cgi
There is also Microsoft's WEFT tool:
http://www.microsoft.com/typography/web/embedding/weft3/download.aspx
Hope this sorts your problem.
UPDATE:
http://www.freefontconverter.com/ - Every format you'll ever need.
精彩评论