Utilizing font-awesome icons to enhance my HTML and CSS templates has been great. However, I have encountered an issue where the icons disappear when I download the CSS file and include it in my pages.
Online Path :
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
Local Path :
<link href="css/font-awesome.css" rel="stylesheet">
I am now looking for a way to use font awesome in offline mode. Any suggestions?