Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active August 30, 2018 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/454c10b03b16383e20e515e371d3fcd1 to your computer and use it in GitHub Desktop.
Save braddalton/454c10b03b16383e20e515e371d3fcd1 to your computer and use it in GitHub Desktop.
add_action( 'wp_enqueue_scripts', 'load_ionicons' );
function load_ionicons() {
wp_enqueue_style( 'genesis-ionicons', '//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css', array(), CHILD_THEME_VERSION );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment