How to implement it into the wordpress?
1. Simply upload entire catalog “font-awesome” and style “style.css” file like below:

2. Include font-awesome.css and style.css in Your header.php file:
<link href=”<?php echo get_template_directory_uri(); ?>/css/round-style.css” rel=”stylesheet” type=”text/css”> <link href=”<?php echo get_template_directory_uri(); ?>/font-awesome/css/font-awesome.min.css” rel=”stylesheet” type=”text/css”>

THANKS !