I am trying too use awesome CSS icon font in my ASP.net site.
I have imported the awesome.css in my website and also declared in
When I see my page I am getting output like below.
I wrote code for this is
<ol>
<li class="fa fa-home" title="Home"> Home</li>
</ol>
I am not getting where I miss anything?