foliojs / fontkit

An advanced font engine for Node and the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to load font in browser?

defpis opened this issue · comments

Is there some apis like opentype.js opentype.load('font.ttf') to load font by http

commented

see if #77 (comment) works for you, although opentype.js (for glyph work) or lib-font.js (for non-glyph work) might be better supported candidates. No one's really working on fontkit atm, unfortunately.

Thanks