Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created August 24, 2013 13:39
Show Gist options
  • Save milohuang/6328193 to your computer and use it in GitHub Desktop.
Save milohuang/6328193 to your computer and use it in GitHub Desktop.
Add Foundation Icon Font to Reverie
wp_register_style( 'reverie-icon-font', get_template_directory_uri() . '/css/foundation-icons.css', array(), '', 'all' );
wp_enqueue_style( 'reverie-icon-font' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment