Created
July 17, 2018 15:28
-
-
Save Pross/f122ccc2f98fa5972b6b122de8e9cfe2 to your computer and use it in GitHub Desktop.
Font Awesome Five.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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