XF 1.5 Any Icons system inbuilt with XF 1.5

indicator

Member
Hi there,
Is there any icons system that comes with XF 1.5 that I can use at the different location? Otherwise, how can I use font awesome on pages?
Thanks in advance
 
Otherwise, how can I use font awesome on pages?
Add this between the head tags of your PAGE Container template :
Code:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
Then use the following to display the icon you want - http://fontawesome.io/icon/meetup/ (go to another icon page to find the code)

You can also use CSS.
 
Top Bottom