"Inconsolata-webfont" warning when launching from editor

Hey,

Over the summer, all my projects have started producing these three warnings when I launch them from the editor (with additional follow up warnings):

Which seems to imply some font (which I definitely did not add to my projects) is being pre-loaded but not used.

And sure enough they are:

After some digging, it seems to be the editor that loads it, presumably to use in statistics overlay and such…? It is the “launch.playcanvas.com/editor/scene/css/launch.css” script that loads the font files apparently. And this only happens when running the project from the editor. The files are not downloaded when running a build luckily.

I can’t remember seeing these font files before, but my guess is that they have always been downloaded when launching from the editor, and that some new update caused them to start throwing warnings. Anyone know the true answer to this? Also if they actually aren’t being used, it seems like a waste to download the files… Aand it would be sweet not to be flooded with unnecessary warnings.

(I’m using Chrome)

Yeah, I think you are using beta version of Chrome. If you try stable, you won’t see those warnings.

Huh, seems it was almost the opposite.

I went and checked my Chrome version, noticed there was an update, and installed it - and that fixed it!
(Both my old and new version was marked as stable, but I guess there must have been an obscure bug in the old one.)

Thx for the heads up!

Aaand it’s back -_-

@KPal - any ideas on this?