- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 173
 
GitHub font preview
        Rob Garrison edited this page Jun 13, 2016 
        ·
        33 revisions
      
    GitHub-code-colors | GitHub-custom-hotkeys | GitHub-font-preview | GitHub-image-preview | GitHub-issue-comments | GitHub-issue-counts | GitHub-issue-highlighter | GitHub-table-of-contents | GitHub-title-notification | GitHub-toggle-wiki-sidebar | Gist-to-dabblet
A userscript that adds a font file preview
- This script adds the ability to preview fonts & glyphs.
 - Currently ony OpenType (otf), TrueType (ttf) and Web Open (woff; not woff2) font formats are supported.
 - opentype.js is used for font rendering and the preview code has been blatantly copied from the font inspector and glyph inspector demos (Copyright © 2015 Frederik De Bleser; MIT license).
 - Click this link to install from GitHub, or install from GreasyFork.
 - After installing, try the userscript on this page: Font-Awesome.
 

- Add UI improvements
- Add loading indicator.
 - Toggle arrows & points in glyph preview.
 - Toggle glyph index/unicode.
 - Increase font size of glyph index/unicode.
 - Add color to pagination.
 - Increase size of glyph blocks.
 - Prevent glyph data from displaying "undefined" values.
 
 
- Show "Undefined" for empty font tables; usually the Font Variations (
fvar) table. 
- Initial commit