Hi A
By default, the Privilege template does not load FontAwesome. You can load FA by adding the following to the
Custom Head Code field of your template settings. Note the template does not include CSS for adding icons to menu items. Icons can only be added without issue to articles, custom modules etc.
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
Ciaran