Skip to content

Instantly share code, notes, and snippets.

@Pross
Created July 17, 2018 15:28
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Pross/f122ccc2f98fa5972b6b122de8e9cfe2 to your computer and use it in GitHub Desktop.
Save Pross/f122ccc2f98fa5972b6b122de8e9cfe2 to your computer and use it in GitHub Desktop.
Font Awesome Five.
add_action( 'wp_enqueue_scripts', function() {
wp_enqueue_style( 'font-awesome-5' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment