what can I do in this case? I'm seeing this on my console when ran on the browser the AngularJS App:
Slow network is detected. Fallback font will be used while loading: /bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
I also see the fonts changing while loading.
5 Answers
Answers 1
Goto chrome://flags/#enable-webfonts-intervention-v2
and set it to disabled
It's due to a bug in Chrome with their latest API for 'network speed'. Hope it will be fixed in the next version
Answers 2
Same issue in localhost server.
But if you no want to see these messages in log:
On the chrome tools, console settings, checked on User messages only
Answers 3
This is due to the multiple frameworks that are been used. You can ignore it. It does not create any problems. You can just remove things from console only.
Answers 4
In Chrome type the URL and enter chrome://flags/#disable-accelerated-2d-canvas
we will see new version of User Agent Intervention for WebFonts loading then disable it, the problem will get resolved
Answers 5
This is a fail safe for chrome to speed up their chromium engine. that way if your website is loading slowly then local font will be used to show your website than later when everything is loaded your original font will appears. as mentioned you can go ahead and disable it chrome://flags/#enable-webfonts-intervention-v2
and you won't see this anymore
0 comments:
Post a Comment