Checa este programa:
http://fontforge.sourceforge.net/
Y para usar diferentes versiones de @font-family para IE puede usar...
Código HTML:
Ver original
@font-face
{
font-family: "Nombre Fuente";
src: url(http://.../fuente.OTF);
}
<!--[if IE]>
<style type="text/css">
@font-face
{
font-family: "Nombre Fuente";
src: url(http://.../fuente.EOT);
}
</style>
<![endif]-->