Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Last active April 14, 2017 06:11
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 Kaiderella/30dc15ac07a1ec3f17d1 to your computer and use it in GitHub Desktop.
Save Kaiderella/30dc15ac07a1ec3f17d1 to your computer and use it in GitHub Desktop.
Tích hợp gián tiếp Font Awesome vào Genesis
add_action( 'wp_enqueue_scripts', 'load_font_awesome' );
function load_font_awesome() {
wp_enqueue_style( 'font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', array(), '4.7.0' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment