At first I checked the versions on your libs.
If you are using a version prior to this transfer request , you can point to assets that do not exist. In the Bootstrap 3.0.0-wip branch, glyphics are highlighted before this repo .
I would also start the path to URL resources using / to call from the base URL.
<link rel="stylesheet" href="/bootstrap/css/bootstrap.css"> <link rel="stylesheet" href="/bootstrap/css/bootstrap-glyphicons.css">
On the official landing glyphicon, the example uses <span></span> rather than <i></i>
<span class="glyphicon glyphicon-ok"></span>
Perhaps they changed this agreement.
EDIT
In the source code, you will see the absolute paths to the assets. Double check that your fonts directory is at the same level as the css directory.
src:url('../fonts/glyphiconshalflings-regular.eot');
source share