Suppose you have a font called , which contains a single OTF font file called MyFont.otf . You want to convert it to TTF and create a distributable package:

mkdir repacked_fonts cp *.ttf *.otf repacked_fonts/ zip -r FontPack_WinLinux.zip repacked_fonts/

Summary of steps