I added font awesome to my html but just figured that I would be better if add it through css instead because otherwise I'll have to add in each and every tag if I want it in multiple tags as my html code shows:
<ul>
<li><strong><p>SERVICES</p></strong></li>
<li><a href="#"><i class="fa fa-caret-right" aria-hidden="true"></i> Financial</a></li>
<li><a href="#"><i class="fa fa-caret-right" aria-hidden="true"></i> Medical</a></li>
<li><a href="#"><i class="fa fa-caret-right" aria-hidden="true"></i> Insurance</a></li>
</ul>
How can I add those icons from my style sheet?