Hi, @kbat82 ,
I’m sorry for having missed your reply. Thank you for your time.
The font is actually queried by the browser causing unnecessary network queries. You can see that for yourself in the Chrome browser developer tools, “Network” tab. I am concerned about this because of unnecessary network load it may cause for mobile users.
I have discovered this by accident when migrating a WordPress website from HTTP to HTTPS. The website has been using a plugin that redirects all queries that would normally return 404 error, to the home page (by means of 301 HTTP status code). The redirection plugin had been still configured for the https:// address and so the browser displayed a mixed content warning for the font files.
I believe that removing the references to the font files from CSS should do no harm as they files are not present anyway. What’s more, this would improve mobile network performance by a tiny bit.
-
This reply was modified 6 years, 7 months ago by
kmbt.
-
This reply was modified 6 years, 7 months ago by
kmbt.