Include the fonts Copy over all the font files to a /fonts directory near your CSS.
Include the CSS or LESS You have two options for enabling the fonts
in your project: vanilla CSS or source LESS. For vanilla CSS, just
include the compiled CSS file from the /css in the repository.
For LESS, copy over the .less files from /less into your existing
Bootstrap directory. Then import it into bootstrap.less via @import
"bootstrap-glyphicons.less";. Recompile when ready.
Add some icons! After you've added the fonts and CSS, you can get to
using the icons. For example, <span class="glyphicon glyphicon-ok"></span>
If you're using less , and it's not loading the icons font you must check out the font path
go to the file variable.less and change the @icon-font-path path , that worked for me.
If you are using grunt to build your application, it's possible that during build the paths change. In this case you need to modify your grunt file like this: