How can I determine if a font has finished loading?
I can use the ideas from this question to delay displaying the div in question, but how can i know when the font is available?
I wish to delay displaying a div until the font used has finished loading.
The current effect is that the words display in font A, then abruptly change into font B.