Is there any way to prevent fetching custom fonts before document.ready and load fonts after that? This helps making page page load time(the time browser spinner shows)
Is there any way to prevent fetching custom fonts before document.ready and load fonts
Share
You could try this:
Note that if this does get you what you’re looking for, you’ll probably end up seeing your text flash from the default font face to whatever custom one you’ve specified.