A font and styling previewer for programmers.
Hosted at: http://fonts.dhagrow.org/ by OpenShift.
fontview is written for Python 3 using Bottle, Waitress, and Pygments.
On the client-side are jQuery, Bootstrap 3, and WebFont Loader.
To use fontview, first setup and activate a virtual environment:
$ virtualenv env -p /usr/bin/python3
$ . env/bin/activate
Install the requirements:
pip install -r requirements.txt
Then, start the server (currently starts on port 22344):
python wsgi/app.py