Guest User

Untitled

a guest
Dec 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. add_action( 'wp_enqueue_scripts', 'enqueue_load_fa' );
  2. function enqueue_load_fa() {
  3.  
  4. wp_enqueue_style( 'load-fa', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' );
  5.  
  6. }
  7.  
  8. <i class="fa fa-home fa-fw" aria-hidden="true"></i>
Add Comment
Please, Sign In to add comment