Skip to content

Instantly share code, notes, and snippets.

@aslamahamed13
Created January 11, 2019 06:22
Show Gist options
  • Save aslamahamed13/9a3053bdb85ffa3687d81cd498b55d37 to your computer and use it in GitHub Desktop.
Save aslamahamed13/9a3053bdb85ffa3687d81cd498b55d37 to your computer and use it in GitHub Desktop.
Electro - Load font awesome 5
add_action( 'wp_enqueue_scripts', 'custom_load_font_awesome' );
function custom_load_font_awesome() {
wp_enqueue_style( 'font-awesome-free', '//use.fontawesome.com/releases/v5.2.0/css/all.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment