isaacs / github

Just a place to track issues and feature requests that I have for github
2.21k stars 129 forks source link

Font preview #419

Open szepeviktor opened 9 years ago

szepeviktor commented 9 years ago

It would be nice to display some technical data of fonts, and a list of available glyphs.

erkinalp commented 9 years ago

Seconding. Also ability to comment on glyphs.

cirosantilli commented 9 years ago

Can you point to a test repo / file? Is there any kind of font preview currently?

erkinalp commented 9 years ago

https://github.com/ipython/xkcd-font

cirosantilli commented 9 years ago

Do you mean the https://github.com/ipython/xkcd-font/blob/master/build/xkcd.otf file?

erkinalp commented 9 years ago

Yes, the feature may be tested on this.

Mottie commented 8 years ago

I just created a userscript that allows previewing of OpenType (otf), TrueType (ttf) and Web Open (woff; not woff2) font formats.

Get it here: https://greasyfork.org/en/scripts/20479-github-font-preview.

github-font-preview

* Note: Most of the code was blatantly copied from opentype.js demos (Copyright © 2016 Frederik De Bleser; MIT license)..