primaapriansyah / simple-line-icons

Simple Line Icons Package

Home Page:https://thesabbir.github.io/simple-line-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple line icons

Gitter

Simple line icons with CSS, SAAS, LESS & Web-fonts files.

Preview & Docs

[https://thesabbir.github.io/simple-line-icons] (https://thesabbir.github.io/simple-line-icons)

Installation

via cdnjs

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.2.4/css/simple-line-icons.css">

via bower

bower install simple-line-icons --save

via npm

npm install simple-line-icons --save

Or, you can also clone or download this repository as zip.

Customizing LESS/SASS variables

###LESS:

@simple-line-font-path        : "/path/to/font/files";
@simple-line-font-family      : "desired-name-font-family";
@simple-line-icon-prefix      : prefix-;

###SASS:

$simple-line-font-path        : "/path/to/font/files";
$simple-line-font-family      : "desired-name-font-family";
$simple-line-icon-prefix      : "prefix-";

Credits

Jamal Jama for creating this awesome webfont & Ahmad Firoz for extending it further.

Contributors

Check Here!

License

You're free to use the webfont in a template/theme intended for sale on marketplaces like Themeforest. CSS, SCSS & LESS files are under [MIT] (http://opensource.org/licenses/MIT) License.

About

Simple Line Icons Package

https://thesabbir.github.io/simple-line-icons


Languages

Language:CSS 100.0%