Created
August 31, 2017 18:01
-
-
Save topleague/1f2cb84644ad2b56b6d080256acbab03 to your computer and use it in GitHub Desktop.
Enqueue Ionicons Scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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