I downloaded this, but have no idea how to make use of it. I double clicked it; it opened Terminal. I typed sfnt2woff and got "command not found".
What to do?
Mac or Windows, Michael? This program is a command-line tool so either you have to give the full pathname to the program or the program needs to be located in one of the standard places your OS looks for such things (e.g, in one of the folders named on your PATH environment variable). For Mac, try putting the program in /usr/local/bin; for Windows try C:\Windows.
Bob