create EOT version of OpenType font for use with IE
python ./eotlitetool.py font.ttf \
&& mv font.eotlite font.eot
This once lived at http://people.mozilla.org/~jdaggett/webfonts/eotlitetool.py, but that link doesn't work anymore. I want to make sure this little script lives on.