Skip to content

Instantly share code, notes, and snippets.

@bibicadotnet
Created September 20, 2023 04:09
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 bibicadotnet/6505ae1666e59677df9433b6792b1b97 to your computer and use it in GitHub Desktop.
Save bibicadotnet/6505ae1666e59677df9433b6792b1b97 to your computer and use it in GitHub Desktop.
font awesome v4
add_action( 'wp_enqueue_scripts', 'enqueue_load_fa' );
function enqueue_load_fa() {
wp_enqueue_style( 'load-fa', '/fonts/font-awesome.min.css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment