Skip to content

Instantly share code, notes, and snippets.

@topleague
Created August 31, 2017 18:01
Show Gist options
  • Save topleague/1f2cb84644ad2b56b6d080256acbab03 to your computer and use it in GitHub Desktop.
Save topleague/1f2cb84644ad2b56b6d080256acbab03 to your computer and use it in GitHub Desktop.
Enqueue Ionicons Scripts
// Enqueue Ionicons Scripts
wp_enqueue_style( 'genesis-ionicons', '//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css', array(), CHILD_THEME_VERSION );
Note: You need locate "Enqueue Scripts and Styles" in functions.php file and add the above code below the line where Google fonts script is enqued.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment