Skip to content

Instantly share code, notes, and snippets.

@paullacey78
Last active December 8, 2017 08:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paullacey78/9048bb1bb73f619c15c1425686ebc6c9 to your computer and use it in GitHub Desktop.
Save paullacey78/9048bb1bb73f619c15c1425686ebc6c9 to your computer and use it in GitHub Desktop.
Enqueue Simple Line Icons
/* Enqueue Simple Line Icons */
add_action( 'wp_enqueue_scripts', 'simple_line_icons' );
function simple_line_icons() {
    wp_enqueue_style( 'simple-line-icons', 'https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment