Font Icons

Avenger uses FontAwesome icon library as default.

The library is included as a less file in the main styles.less

If you want to separately include the FontAwesome library, you must include the CSS file from

<link href="assets/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">

If you wish to, however, you can include the font set from the following CDN

<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">

To include the glyphicon iconset, you must similarly include the CSS file from the link below. Note that Font-Awesome is used primarily in Avenger and you might need to modify Avenger significantly to move to this iconset. However, you can use Glyphicon and Font-Awesome side-by-side

<link href="assets/fonts/glyphicons/css/glyphicons.css" rel="stylesheet">

To include the glyphicon iconset, you must similarly include the CSS file from the link below. Note that Font-Awesome is used primarily in Avenger and you might need to modify Avenger significantly to move to this iconset. However, you can use Glyphicon and Font-Awesome side-by-side

<link href="assets/fonts/glyphicons/css/glyphicons.css" rel="stylesheet">