1Copy the "Fonts" files and CSS files to your website CSS folder.
2Add the CSS link to your website source code on header.
<head>
...
<link rel="stylesheet" type="text/css" href="your_website_domain/webfont/onlinewebfonts.css">
...
</head>
3Use the icon class on "display:inline" elements:
Use example: <i class="i_home_11"></i> or <div class="i_home"></div>