Fontello all icons with intigration.
- First you need to add css and font file into your project.
- Add icon-style.css into your project.
- Enjoy the fontello lib :)
See detailed Documentation Click here
Online View View Demo
First add style sheet within <head>
tag.
<link rel="stylesheet" href="icon-style.css" type="text/css">
<link rel="stylesheet" href="css/animation.css" type="text/css">
<!--[if IE 7]><link rel="stylesheet" href="css/fontello-ie7.css"><![endif]-->
Now its really simple you just need to call a font class then icon name and remember one thing your must pass the icon code to dispaly icon properly.
<i class="icon icon-search-7"></i>
Download and view index.php for examples.