-
[OTVar] Play with variable fonts in any browser using fontkit
Just wanted to share a quick demo I put together using fontkit, my JavaScript font engine. It lets you play around with variable fonts in any relatively modern browser. It uses the Adobe prototype fo…9 -
Re: Detect Opentype Features of a font file via Browser
@"Roel Nieskens" If you want to dump a particular table with fontkit, you can access it directly on the font object, e.g. `font.GSUB` or `font.GPOS`.1