Installation
All you have to do is to follow few steps:
1.Copy /lib/css/eli-icons.min.css into your css folder
2.Copy also /lib/fonts/ folder in the same directory as the parent of eli-icons.min.css
Your directories tree should be something like here:
|=== ASSETS
|====== CSS
|=========eli-icons.min.css
|====== FONTS
|========= fontawesome-webfont.eot
|========= fontawesome-webfont.svg
|========= fontawesome-webfont.ttf
|========= fontawesome-webfont.woff
|========= fontawesome-webfont.woff2
|========= FontAwesome.otf
|=== INDEX.HTML
3.Copy the following line in your html <head> tag
<link rel="stylesheet" href="your_path_to_css/eli-icons.min.css">