Title: Console Error
Last modified: February 8, 2020

---

# Console Error

 *  Resolved [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/)
 * Console message
    `downloadable font: download failed (font-family: "social-logos"
   style:normal weight:400 stretch:100 src index:1): status=2147746065 source: https://
   www.xxxx.com/xxxxxxx/wp-content/plugins/jetpack…cial-logos/data:application/font-
   woff;charset=utf-8;base64,d … hKepZy9dP4Yjl/+gCO21CF1VWp85e7D3BqT0+9Sn3uW7pz2fxFMn7Xp0auXOcCkb8
   +CSU9n1dWitc3nmnLPPKv8Br9RH5wB4nGNgZgCD/wcYJIEUIwMaAAArwwHdAAA=`
 * JetPack 8.1.1
    Button style: Icon+text Sharing label: none
 * Example: [https://www.almendron.com/tribuna/saying-no-to-vladimir-putin/](https://www.almendron.com/tribuna/saying-no-to-vladimir-putin/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Contributor [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12413400)
 * 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](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!
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12414442)
 * The error occurs when the “social-logos.min.css” file is loaded asynchronously.
 * File path: …/jetpack/_inc/social-logos/
 *  Plugin Support [fresatomica](https://wordpress.org/support/users/fresatomica/)
 * (@fresatomica)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12416701)
 * Could you please confirm that you’ve reinstalled Jetpack as [@macmanx](https://wordpress.org/support/users/macmanx/)
   mentioned? Does the error keep showing?
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12416723)
 * 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](https://wordpress.org/support/users/almendron/).
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12416813)
 * Anyway, I will do the test (disable, delete and install JetPack) on a local server
   with asynchronous loading enabled
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12419311)
 * 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](https://wordpress.org/support/users/supernovia/)
 * (@supernovia)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12419731)
 * 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?
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12420255)
 * > – 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/](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](https://wordpress.org/support/users/almendron/).
    -  This reply was modified 6 years, 4 months ago by [almendron](https://wordpress.org/support/users/almendron/).
 *  Plugin Support [fresatomica](https://wordpress.org/support/users/fresatomica/)
 * (@fresatomica)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12420833)
 * 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](https://wordpress.org/plugins/async-js-and-css/)
   has not been updated for 6 years – it’s also something to keep in mind.
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12420877)
 * Problem solved. Greetings.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Console Error’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 10 replies
 * 4 participants
 * Last reply from: [almendron](https://wordpress.org/support/users/almendron/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/console-error-25/#post-12420877)
 * Status: resolved