Skip to content

LearnCodeWeb/fontello-Mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fontello-Mysql

Fontello all icons with intigration.

  1. First you need to add css and font file into your project.
  2. Add icon-style.css into your project.
  3. Enjoy the fontello lib :)

See detailed Documentation Click here

Online View View Demo


How to call font icon?

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">&#xe801;</i>

alt text

Download and view index.php for examples.