0 votes
in Bootstrap by

How do you use Glyphicons?

1 Answer

0 votes
by

To use the icons, simply use the following code just about anywhere in your code. Leave a space between the icon and text for proper padding.

<span class = "glyphicon glyphicon-search"></span>

...