Convert TrueType Font (TTF) files to Embedded OpenType (EOT) format
Convert TTF files to EOT
ttf2eot
$ ttf2eot input.ttf output.eot
$ for file in *.ttf; do ttf2eot "$file" "${file%.ttf}.eot"; done
$ ttf2eot myfont.ttf > myfont.eot