Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

@font-face Blacklisted font [closed]

I've been using font-squirrel for quite sometime and was really happy with its generator and the @font-face method as it 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

like image 918
Tarun Avatar asked Feb 05 '11 08:02

Tarun


2 Answers

I finally figured out how to do it :)

http://www.font2web.com/

like image 95
Tarun Avatar answered Oct 22 '22 19:10

Tarun


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.

like image 23
Myles Gray Avatar answered Oct 22 '22 19:10

Myles Gray