Skip to content

Instantly share code, notes, and snippets.

@eamexicano
Created September 5, 2012 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eamexicano/3636484 to your computer and use it in GitHub Desktop.
Save eamexicano/3636484 to your computer and use it in GitHub Desktop.
Ligas a los archivos CSS para utilizar font-awesome en wordpress
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/font-awesome/css/font-awesome.css">
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php echo get_stylesheet_directory_uri(); ?>/font-awesome/css/font-awesome-ie7.css">
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment