Home › Forums › Support › How to load font awesome font CDN ? This topic has 4 replies, 2 voices, and was last updated 8 years ago by Tom. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts April 5, 2018 at 3:03 pm #542406 Julee Kanarad https://mysite.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 How to load from CND instead ? Thank you very much. April 5, 2018 at 10:21 pm #542631 TomLead Developer Lead Developer That’s coming from Elementor, so you’d have to ask them if it’s possible to turn it off or change the source. If they tell you how to turn it off, but not include it from a CDN, let me know and I’ll help get that part done 🙂 April 11, 2018 at 4:19 am #547165 Julee Kanarad April 11, 2018 at 4:19 am #547166 Julee Kanarad https://drive.google.com/file/d/173FZ8icPxHAw3Ue2CsDGgM_ssO5RkH0a/view?usp=sharing Please look on image. Thank you. April 11, 2018 at 9:51 am #547546 TomLead Developer Lead Developer Ugh, theme related, even though it’s pointing to Elementor directly in the URL. Let’s try this PHP function: add_action( 'wp_enqueue_scripts', 'tu_custom_font_awesome', 100 ); function tu_custom_font_awesome() { wp_dequeue_style( 'font-awesome' ); wp_enqueue_style( 'font-awesome', 'URL TO CDN' ); } Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In