I couldn't find a good (free) program that would let me view all of my local fonts easily. So I wrote one. I opted to use Electron because I knew how to easily display lots of different fonts using HTML and figure it'd be easier than learning how to do it in a native application. I'm pretty sure I was right.
Clone this repo:
git clone https://github.com/aguynamedryan/fontisee.git
cd fontisee
electron-forge start
- Electron - Easy cross-platform applications
- Electron Forge - Easy bootstrapping of Electron apps
- React - UI
- font-manager - Used gather list of locally installed fonts
- Ryan Duryea - Initial work - AGuyNamedRyan
This project is licensed under the MIT License - see the LICENSE.md file for details