typekit / webfontloader

Web Font Loader gives you added control when using linked fonts via @font-face.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make load() return a promise

cartok opened this issue · comments

It would be nice if load() would return a promise so you can wait till the resource is loaded before you display some text or is that a bad idea?

Or even for the sake of catching errors.