Skip to content

Instantly share code, notes, and snippets.

@thelaarn
Created May 20, 2017 06:43
Show Gist options
  • Save thelaarn/d3bd762fd319ead55d0a4df6cd05a16e to your computer and use it in GitHub Desktop.
Save thelaarn/d3bd762fd319ead55d0a4df6cd05a16e to your computer and use it in GitHub Desktop.
// Add Font Awesome Support
add_action( 'wp_enqueue_scripts', 'enqueue_font_awesome' );
function enqueue_font_awesome() {
wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment