I'm currently working on a Java application using JSF. I've added phone icons and message envelopes, but they're not showing up. I tried putting them in the <li>
tag, but still no luck.
<Li> <i class = "fa fa-phone"> </ i> +2 95 01 88 821 </ li>
<Li> <i class = "fa fa-envelope"> </ i> <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="11787f777e51757e7c70787f3f727e7c">[email protected]</a> </ li>
This is what it's supposed to look like:
UPDATE
I added the font:
<link type="text/css" rel="stylesheet" href="#{request.contextPath}/css/font-awesome.min.css" />
Yet, the icons are still not displaying.
File hierarchy: hierarchy