Hi
You can find an instruction there. In short You need to do this:
1. Add to /layout/blocks/head.php
- Code: Select all
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
2. In Custom HTML with this icon just add a class to <strong>
- Code: Select all
<strong class="fa fa-bars">Get info based on<br> your study lavel</strong>
class="fa fa-bars" is what will make fontawsome force to use their icons.