Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created August 21, 2015 07:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save generatepress/54d599afe9933c02f1b3 to your computer and use it in GitHub Desktop.
Save generatepress/54d599afe9933c02f1b3 to your computer and use it in GitHub Desktop.
Remove FontAwesome from GP
add_action( 'wp_enqueue_scripts', 'generate_remove_fontawesome', 100 );
function generate_remove_fontawesome() {
wp_dequeue_style( 'fontawesome' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment