Why isn't my fontawesome icon displaying in Chrome and Safari?
I'm using Bootstrap and Fontawesome, but for some reason the icons are not showing up in Chrome and Safari. Here is my code. I can't believe I'm struggling with such a simple task...
<link href="bootstrap.css" rel="stylesheet">
<link href="jumbotron-narrow.css" rel="stylesheet>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet"><
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
Everything seems correct, so why are the icons still not showing? Can someone please assist me?
<div class="jumbotron">
<p><a class="btn btn-lg btn-success" href="http://github.com/" target="blank">GitHub</a>
<i class="icon-github-alt"></i>
</p>
</div>