Font events: Using JavaScript callbacks

Sean McBride, writing for Typekit:

If you have very large text set in a web font, such as in a module promoting a product, the sudden appearance of that text may be jarring. In this case, you may want to fade in the text gradually after the font is loaded (an effect that wouldn’t be appropriate for an entire page of body text). This is where font event JavaScript callbacks come in handy.

Topics: Web fonts