Skip to content

Instantly share code, notes, and snippets.

@ericyork
Last active October 19, 2018 13:37
Show Gist options
  • Save ericyork/4ac467b66e60990fe4aa0c9db81d9039 to your computer and use it in GitHub Desktop.
Save ericyork/4ac467b66e60990fe4aa0c9db81d9039 to your computer and use it in GitHub Desktop.
function my_load_fa() {
wp_enqueue_style( 'my-fa', 'https://use.fontawesome.com/releases/v5.4.1/css/all.css' );
}
add_action( 'wp_enqueue_scripts', 'my_load_fa' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment