Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created May 5, 2014 15:23
Show Gist options
  • Save wpspeak/542c626018a3330a9458 to your computer and use it in GitHub Desktop.
Save wpspeak/542c626018a3330a9458 to your computer and use it in GitHub Desktop.
Register Dashicons in WordPress
<?php
//* Enqueue Dashicons icon font
add_action( 'wp_enqueue_scripts', 'afn_dashicons_icon_font' );
function afn_dashicons_icon_font() {
wp_enqueue_style( 'dashicons' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment