Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Enqueue font Awesome 5
- * Replace firefly_child with your theme child theme slug
- */
- function firefly_child_enqueue_fontawesome() {
- wp_enqueue_style( 'font-awesome-5', get_template_directory_uri() . '/css/font-awesome/css/all' . $min . '.css', array(), '5.12.0', 'all' );
- }
- add_action( 'wp_enqueue_scripts', 'firefly_child_enqueue_fontawesome' );
Advertisement
Add Comment
Please, Sign In to add comment