i want to display font awesome icon in custom joomla module, but when i write tag and saves the code, it doesn't displays any icon. when i write the same code in php file, it works. following is the code:
<i class="fa fa-clock-o fa-4x " aria-hidden="true"></i>
<h4>
Very fast & easy
</h4>
<p>
lorem ipsum
</p>
i found the answer. In global configurations, set default editor to none.It works :)