Skip to content

Instantly share code, notes, and snippets.

@IacopoC
Created June 20, 2017 11:17
Show Gist options
  • Save IacopoC/9e2d53d1404760f3eb4ade259cd3974b to your computer and use it in GitHub Desktop.
Save IacopoC/9e2d53d1404760f3eb4ade259cd3974b to your computer and use it in GitHub Desktop.
<?php
// enqueue font awersome from local css folder
function enqueue_fontawersome_stylesheets(){
wp_enqueue_style('font-awesome', get_stylesheet_directory_uri() . '/css/font-awesome.css');
}
add_action('wp_enqueue_scripts','enqueue_fontawersome_stylesheets');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment