Skip to content

Instantly share code, notes, and snippets.

@pbaruns
Created August 3, 2019 13:41
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 pbaruns/bbb29284047ff12416386afb451f836a to your computer and use it in GitHub Desktop.
Save pbaruns/bbb29284047ff12416386afb451f836a to your computer and use it in GitHub Desktop.
made with love code for genesis wordpress sites
//* Enqueue Ionicons
add_action( 'wp_enqueue_scripts', 'bg_enqueue_ionicons' );
function bg_enqueue_ionicons() {
wp_enqueue_style( '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