Last active
June 20, 2018 19:26
-
-
Save LeoLopesWeb/33781626901c8c20a1808a02f767cdd2 to your computer and use it in GitHub Desktop.
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
function fontawesome() { | |
wp_enqueue_style( 'fontawesome', 'https://use.fontawesome.com/releases/v5.0.13/css/all.css', array(), '1.0', 'all'); | |
} | |
add_action( 'wp_enqueue_scripts', 'fontawesome' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment