Support » Plugin: Better Font Awesome » FontAwesome not loading on Company computers

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mickey Kay

    (@mcguive7)

    Sorry to hear the CDN isn’t loading for you. Luckily there is a filter made exactly for this reason. Just drop the following code into your theme’s functions.php file, or a custom plugin if you prefer that.

    add_filter( 'bfa_force_fallback', '__return_true' );

    Also, you can check the full list of filters on the BFA Library repo: https://github.com/MickeyKay/better-font-awesome-library

    Just wanted to say AWESOME!!!!

    I was just about to open a new comment and this solved it for meas well!!

    I have a private network here are work that cannot access the internet and it was taking forever to load the pages as it tried to access the internet to get the fonts awesome updates…

    Now it loads fast….

    Thread Starter wputler

    (@wputler)

    Thank you so much! Love this plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FontAwesome not loading on Company computers’ is closed to new replies.