FontJit, a tiny utility to lazy load fonts

For whom it might interest, I just released a tiny little font loader to be used on websites where you want to be in control of loading the font: FontJit.

Because it doesn't make sense to show the text inside a type tester in a fallback font, you can use FontJit to hide everything until the font is loaded.

Or if you're showing a large list of previews, you can use it to only load the fonts in (or close to) the viewport, but not those much further down the page—at least until the user scrolls there.

The interface is pretty easy: just slap some data-attributes on the HTML element you want the font to be applied to, and load and trigger FontJit.

I figured some of you might find it useful. Comments and feedback always welcome!