Closed yukulele closed 7 years ago
Any chance for a screenshot? It’s hard for me to reproduce as I have the fonts installed...
Of course!
Font load detection seem to not be easy Only Chrome support font load event http://caniuse.com/#feat=font-loading
Other font load detection hack: http://smnh.me/web-font-loading-detection-without-timers/
Shit. Thanks for the report, I'll look into it!
I've also run into the same issue. It seems like the initialisation on DOMContentLoadad
is too early, as at this stage the fonts may not be loaded yet. The issue seems fixed for me when I rerun Stretchy.resizeAll()
on the document load
event.
Because of font loading
press
ctrl+F5
on project home page to see bug http://leaverou.github.io/stretchy/(tested on Win 7 / Firefox & Chrome)