Hello!
I think most of you knows how to use and install webfonts to use in projects.
But all we know that loading and applying this fonts happens AFTER project preloading.
So if we have Text object on first layout users will see OLD font and after some seconds - NEW font.
Font-files are integrated into project, but we have some delay anyway.
Of course we can use a show-delay before game start but can we guess certanly about delay value?
For example, on my computer it can take ~1 sec. And what if on other is 2 or more?
Any ways to speed-up their loading? Or ways to determine that fonts have already loaded.
How this problem is solved by you?