Skip to content

Instantly share code, notes, and snippets.

@kriot1
Last active November 11, 2015 06:27
Show Gist options
  • Save kriot1/33a65cf6db0a90775b9a to your computer and use it in GitHub Desktop.
Save kriot1/33a65cf6db0a90775b9a to your computer and use it in GitHub Desktop.
//* Load Font Awesome
add_action( 'wp_enqueue_scripts', 'enqueue_font_awesome' );
function enqueue_font_awesome() {
wp_enqueue_style( 'font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment