Make/converting eot from ttf in mac os x & linux
February 7th, 2011
3 comments
As i work with some bangla sites, it’s very common problem for me to create eot of bangla true type font. Today i got a really simple solution. Now (As just learned the system) you can create or convert eot from any ttf font from mac or linux with simple one line command.
$ ttf2eot < fontname.ttf > fontname.eot
That’s all!!!! .
Wait, little work left, you have to install ttf2eot :
in mac os x: sudo port install ttf2eot
linux : download the latest source from http://code.google.com/p/ttf2eot/downloads/list , extract it, then run make in the extracted folder. then you good to go. “./ttf2eot < input.ttf > output.eot”
Categories: Debian, Debian GNU/Linux, HowTo, Linux, Linux Helps debian eot, eot, eot on linux, eot on mac, Linux, mac, mac eot, mac os x, ttf, ttf2eot