1. Home
  2. Docs
  3. Obsequy
  4. Extra Tools
  5. Font Icons

Font Icons

Obesquy used font awesome icon fonts for its icons requirement and no images has been used for any icon.

A complete list of icons along with the class names can be found here: http://fontawesome.io/cheatsheet/

To use an icon on any page of the theme use the below code:

1
<i class="fa <name of the class found at the above url>"></i>

All icons class name will always start with the fa- . There are several sizes for icons are predefined in the fonts.css inside css folder. i.e. fa-lg, fa-2x, fa-3x

How can we help?