Interesting, I’m not able to reproduce that on my own sites.
Please try deleting Jetpack specifically from the Plugins section of your blog’s Dashboard: https://jetpack.com/support/reconnecting-reinstalling-jetpack/#reinstalling-jetpack
This will clear out Jetpack’s settings, and it should work properly after a reinstall.
Please let us know how that goes!
The error occurs when the “social-logos.min.css” file is loaded asynchronously.
File path: …/jetpack/_inc/social-logos/
Could you please confirm that you’ve reinstalled Jetpack as @macmanx mentioned? Does the error keep showing?
It is not necessary to do that test.
The error occurs when a method (plugin or code) is used to asynchronously load CSS files.
If the code is deactivated, then the error disappears.
Solution: I added an exception to the plugin that I use to load CSS files asynchronously.
-
This reply was modified 6 years, 4 months ago by
almendron.
Anyway, I will do the test (disable, delete and install JetPack) on a local server with asynchronous loading enabled
Test on a local server:
1) Plugin deactivated, deleted and then installed.
2) Console Error: “downloadable font: download failed (font-family:…..”
To solve the error: it is necessary to disable asynchronous loading of “social-logos.min.css”.
Plugin Support
Velda
(@supernovia)
Thanks, so the summary:
– If you add a plugin to load CSS asynchronously, you get this error about a font not loading. Likely because it’s imported via CSS. And when this happens you get an error, but only in the JS console, correct? Are you seeing it anywhere else?
– Solution: allow this CSS to load on demand instead of asynchronously.
Can you also let us know what plugin you are using?
– If you add a plugin to load CSS asynchronously, you get this error about a font not loading. Likely because it’s imported via CSS. And when this happens you get an error, but only in the JS console, correct? Are you seeing it anywhere else?
correct ? Yes
Are you seeing it anywhere else? No
– Solution: allow this CSS to load on demand instead of asynchronously.
Like I said, I added an exception to the plugin that I use to load CSS files asynchronously.
Can you also let us know what plugin you are using?
https://es.wordpress.org/plugins/async-js-and-css/
I only use it for loading CSS with option “I only use it for loading CSS with option “inserting ALL CSS CODE INLINE into the document (the fastest way)”
-
This reply was modified 6 years, 4 months ago by
almendron.
-
This reply was modified 6 years, 4 months ago by
almendron.
Thank you so much for the additional info.
I’m glad that you found a solution that works out.
I noticed that the plugin you’re using has not been updated for 6 years – it’s also something to keep in mind.
Problem solved. Greetings.