Skip to content

UI Customizing the UI Icons

Victor Tomaili edited this page May 3, 2021 · 1 revision

Serene has 4 icon font libraries baked in that you can use in your elements such as buttons:

  1. Glyphicon comes with Bootstrap. CSS Class: glyphicon
  2. Simple Icons CSS Class: icon
  3. FontAwesome CSS Class: fa
  4. IonicIcons CSS Class: ion

Example: <i class="fa fa-birthday-cake" aria-hidden="true"></i>

Clone this wiki locally