If your icons, for example <i class=”fa fa-arrow-right”></i> are not displayed on your site, you need to try in the <head> section add this line:
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" media="screen" />
Important! Be sure to use https instead of http.
If it doesn’t solve the problem, then add this property to your icons in CSS file:
font-family: fontawesome !important;