I have a static website and I tried adding font-awesome. I already have bootstrap and jquery.
On firefox it displays a weird symbol, on chrome it displays nothing. Resources shows the font-awesome css. But it does not show the fonts. Resources -> fonts -> does not contain a fontawesome font. I looked at the directory structure/filenames and it checks out.
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
<link href="amara.css" rel="stylesheet">
<link rel="stylesheet" href="f-a/css/font-awesome.min.css">
<ul class="nav navbar-nav pull-right">
<li> <i class="fa fa-twitter"></i>s</li>
</ul>
Only error that I get is :
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery-1.10.2.js:5374
Does anyone know what could possibly be the issue?
sin theitag? - vonUbisch<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">in yourhead, remove your local version and see if that works. - jakealbaugh