- add CFF table edit writes in CFF (*.otf) fonts: updates fontName, fullName, and familyName CFF fields
- import order formatting with isort
- refactor fontname.py script to support Python 3.6+ interpreter only
- drop support for all versions of the Python 2 interpreter
- black source formatting
- add support for name table record ID 16 edits
- bugfix: corrected PostScript name table record ID 6 suffix write. Previously spaces were not removed from this string value and they should be removed.
- minor update to control flow statement to make it more concise
- source code formatting improvements
- removed check mark symbol (U+2713) from print statement - this was leading to Unicode decoding error on Win platform for some users
- initial release