Follow this link to use Glytter!
This browser-based tool lets you view all the characters for a font on your local machine. The characters are displayed in plain HTML text, so you can easily copy and paste them, if you want.
This project was created by me, Greg Finn Gibson (hellogreg.org), because I wanted a simple tool for viewing and copying character sets for fonts I'm producing or using. I used it to generate a character map sample for Firava, my variable font adaptation of Mozilla's Fira Sans typeface.
- Accepts most web font formats: .ttf, .otf, .woff, and .woff2.
- Fonts are kept on your machine and not uploaded anywhere.
- Glytter uses fontkit to parse font info.
- Special thanks to Adam Twardoch and Christian Genco for their tips on getting fontkit to work in the browser: foliojs/fontkit#41.