Has anyone encountered issues with the glyphicon icon not showing up on buttons in Safari or Chrome when using Bootstrap?
I tried fixing it but couldn't. Any help would be greatly appreciated!
<link href="css/bootstrap.min.css" rel="stylesheet">
<a class="btn btn-primary" href="ClockProject/index.html"
target="_blank">View Project
<span class="glyphicon glyphicon-chevron-right"></span>
</a>