You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to somehow pipe the webfontloader state or the event callbacks to the Nuxt instance? In my usecase, I need to run certain visual mechanics right after a webfont has been loaded and rendered on screen. There are workarounds to how I can do it, but I was hoping a systematic solution could come from this module itself.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Feature request - support for a callback when the font is loaded client side
Feature request - support for webfontloader event callbacks in Nuxt instance
Jul 26, 2020
ghost
changed the title
Feature request - support for webfontloader event callbacks in Nuxt instance
Feature request - support for webfontloader state in Nuxt instance
Jul 26, 2020
Any news on this? @mystrdat how did you find a work around? using webfontloader in vanilla vue i just fire a function once fonts are loaded to indicate that they are loaded int the store.
@mystrdat Nice - thanks for the tip! i applied that to my project - works good - although not when publishing as target server, oh well, not ideal, but only matters in production & works there.
Would it be possible to somehow pipe the webfontloader state or the event callbacks to the Nuxt instance? In my usecase, I need to run certain visual mechanics right after a webfont has been loaded and rendered on screen. There are workarounds to how I can do it, but I was hoping a systematic solution could come from this module itself.
The text was updated successfully, but these errors were encountered: