How to extends the standard Bootstrap icons during customization?

0
Hi, There is a lot of icons in the Bootstrap framework,  https://getbootstrap.com/docs/3.3/components/ And since Atlas UI is based on Bootstrap, is there any chance to include also other icons into the project easily?  I mean the glyphicons.  If  yes, how can this be done? What approach would you recommend?   Many thanks
asked
2 answers
2

When I need to use glyphicons from bootstrap, i just put it in the class of an empty text. 

(common widget : text, set caption to empty, and put in the class the glyphicon that you want, for example: glyphicon glyphicon-cog)

answered
0

well actually why not. Its a decorative element usually for buttons or places where use of long text menu is too long.. I will try it out. Many thanks.

answered