Convertire files .TTF in .EOT con ttf2eot
13 agosto 2011
2 Comments »
Per convertire i font dal formato TTF (TrueType Fonts) a EOT (Embedded OpenType) è possibile utilizzare una piccola utility open source: ttf2eot .
Dalla pagina http://code.google.com/p/ttf2eot/ è possibile scaricare il package per Linux o l’eseguibile per Windows.
Per eseguire l’operazione in Windows è necessario utilizzare la linea di comando nel seguente modo:
C:\>ttf2eot.exe c:\windows\fonts\arial.ttf c:\output.eot
Tags: explorer font utility windows

Comments:2