Created
May 22, 2018 12:56
-
-
Save tiagonoronha/e7398a68feaac51ba08751da53496fbe to your computer and use it in GitHub Desktop.
Enqueue Font Awesome 5 Brands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'wp_enqueue_scripts', 'storefront_social_icons_enqueue_fab' ); | |
function storefront_social_icons_enqueue_fab() { | |
wp_enqueue_style( 'font-awesome-5-brands', '//use.fontawesome.com/releases/v5.0.13/css/brands.css' ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment