v0.1, 11/06/2011 -- Initial release.
v0.2, 28/06/2013 -- Added setup script to create a PyPI package. Removed bugs.
v0.3, 15/02/2014 -- Made compatible with Mezzanine and Bootstrap, changed
                    styles for errors, now handles empty local directories.
v0.4, 16/01/2016 -- Now handles cases where remote fonts are inaccessible using CORS;
                    removed the limitation that restricted characters to the BMP;
                    added documentation for above.
v0.5, 31/03/2017 -- Updated to be compatible with Django 1.10. Now automatically
                    install dependencies using pip.
v0.6, 18/03/2018 -- Added WOFF2 compatibility.
v0.7, 06/12/2020 -- Updated for Python 3 compatibility.                   
v0.8, 10/12/2020 -- Better representation of font header information as text; better
                    use of urllib for Python 3.