Skip to content

Instantly share code, notes, and snippets.

@LeoLopesWeb
Last active June 20, 2018 19:26
Show Gist options
  • Save LeoLopesWeb/33781626901c8c20a1808a02f767cdd2 to your computer and use it in GitHub Desktop.
Save LeoLopesWeb/33781626901c8c20a1808a02f767cdd2 to your computer and use it in GitHub Desktop.
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