Skip to content

eli5wp

  • code snippets

enqueue font awesome

June 12, 2021 by emily sparkle
/** 
 * Enqueue Font Awesome. 
 */
 
 add_action( 'wp_enqueue_scripts', 'tu_load_font_awesome' );
 
 
function tu_load_font_awesome() {
    wp_enqueue_style( 'font-awesome', '//use.fontawesome.com/releases/v5.5.0/css/all.css', array(), '5.5.0' );
}
Categories code snippets, generatepress Tags font awesome
Post navigation
enqueue google fonts
first image as featured image if unset

categories

  • code snippets (57)
    • admin (8)
    • child theme (1)
    • css (9)
    • elementor (1)
    • generatepress (10)
    • htaccess (4)
    • woocommerce (17)
    • wordpress (15)
  • links (4)

topics

admin email cache chrome only comments exclude font awesome google analytics google fonts hacky optimization posts reset responsive shortcode text wp-show-posts

recent

  • woocommerce button color control
  • // GeneratePress Search Box Clear
  • Google API Console
  • DKIM Authentication
  • dreamhost cache settings
© 2022 ASPIRE