Twitter bootstrap – How to get glyphicons working in twitter-bootstrap?
I've got bootstrap files stored locally: <link rel="stylesheet" href="/bootstrap/3.2.0/css/bootstrap.min.css"> and <script src="/bootstrap/3.2.0/js/bootstrap.min.js"></script> but when I do this: <span class="glyphicon glyphicon-print" aria-hidden="true"></span> I get a little square character such as is displayed when the client doesn't have the proper font. I…