The official Bootstrap icon font, featuring 160 glyphs from Glyphicons, ready for use in any Bootstrap project. Includes support for IE8+.
Download from GitHubCopy over all the font files to a /fonts
directory near your CSS.
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.
After you've added the fonts and CSS, you can get to using the icons. For example, <span class="glyphicon glyphicon-ok"></span>
.