Skip to content

Instantly share code, notes, and snippets.

@davekuhar
Forked from Pross/functions.php
Last active February 22, 2019 19:53
Show Gist options
  • Save davekuhar/9c19c193783e6e948d8ff44baf6407e7 to your computer and use it in GitHub Desktop.
Save davekuhar/9c19c193783e6e948d8ff44baf6407e7 to your computer and use it in GitHub Desktop.
Font Awesome 5
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