Post Tagged with: "ttf2eot"

Make/converting eot from ttf in mac os x & linux

Make/converting eot from ttf in mac os x & linux

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. <code>$ ttf2eot < fontname.ttf > fontname.eot</code> That’s