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”
hmm…. yeap that’s great! now the converted eot is open for all domain? i’ve no problem for it though :).
Yeah its a great tool. I came to learn about it from here: http://edward.oconnor.cx/2009/07/how-to-create-eot-files-without-microsoft-weft
বেশ à¦à¦¾à¦²à§‹