Skip to content

Instantly share code, notes, and snippets.

Created September 26, 2016 13:37
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 anonymous/b4b2ce4d8af44503e501f70f86f3173b to your computer and use it in GitHub Desktop.
Save anonymous/b4b2ce4d8af44503e501f70f86f3173b to your computer and use it in GitHub Desktop.
<?php
// Ab hier kopieren
add_action( 'wp_enqueue_scripts', 'drweb_add_font_awesome' );
function drweb_add_font_awesome() {
wp_enqueue_style( 'font-awesome', 'https://opensource.keycdn.com/fontawesome/4.6.3/font-awesome.min.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment