This question has been flagged
1 Reply
3975 Views

Which fontsets are included in v8 and how do you invoke their use?

Avatar
Discard
Author Best Answer

These two font libraries host more than 600 icons that can be used on your CMS website:

Font Awesome:
http://fortawesome.github.io/Font-Awesome/cheatsheet
Example: <i class="fa fa-pagelines"></i>  

Glyphicons Halflings:
http://getbootstrap.com/components
Example: <i class="glyphicon glyphicon-leaf"></i> 

Avatar
Discard