I just deployed an MVC ASP.Net site in Azure and it was deployed correctly. However, the glyphicons are not displayed. I'm using the icons from the following site: [Font Awesome][1]
I have the following code inside a div:
<a href="#">
<i class="fa fa-dashboard"></i>
<span class="nav-label">Dashboards</span>
<span class="fa arrow"></span>
</a>
Locally, it works fine. However, as commented before when it was deployed to the Azure site it's not displayed
Does any one know if any additional step needs to be done?
Regards!