Font Manager is a browser based font utility which allows you to preview the fonts installed on your computer as well as preview the fonts contained in a directory, including fonts packaged in ZIP files. It currently scans for TTF (TrueType) and PFB (Adobe PostScript Type 1) files.
Download the precompiled JAR file from the "Releases" section on Github.
Then run the application:
java -jar fontmanager.jar
Open a browser window with the address http://localhost:3000.
To run the Font Manager from the Clojure source:
lein ring server