Subversion Repositories Matrimonio

Rev

Rev 20 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 xraver 1
Simple line icons
2
====
3
 
4
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/thesabbir/simple-line-icons?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
 
6
Simple line icons with CSS, SAAS, LESS & Web-fonts files.
7
 
8
Preview & Docs
9
===
10
[https://thesabbir.github.io/simple-line-icons](https://thesabbir.github.io/simple-line-icons)
11
 
12
 
13
Installation
14
====
15
via [cdnjs](http://cdnjs.com/libraries/simple-line-icons)
16
```html
29 xraver 17
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
20 xraver 18
```
19
via [bower](http://bower.io/search/?q=simple-line-icons)
20
 
21
```shell
22
 
23
bower install simple-line-icons --save
24
 
25
```
26
via [npm](https://www.npmjs.com/package/simple-line-icons)
27
 
28
```shell
29
 
30
npm install simple-line-icons --save
31
 
32
```
33
 
34
Or, you can also clone or [download this repository](https://github.com/thesabbir/simple-line-icons/archive/master.zip) as zip.
35
 
36
 
29 xraver 37
If you are a designers you can use [this creative cloud library](http://adobe.ly/2bQ48wl).
38
 
20 xraver 39
Customizing LESS/SASS variables
40
====
41
 
42
### LESS:
43
 
44
```less
45
@simple-line-font-path        : "/path/to/font/files";
46
@simple-line-font-family      : "desired-name-font-family";
47
@simple-line-icon-prefix      : prefix-;
48
```
49
 
50
### SASS:
51
 
52
```sass
53
$simple-line-font-path        : "/path/to/font/files";
54
$simple-line-font-family      : "desired-name-font-family";
55
$simple-line-icon-prefix      : "prefix-";
56
```
57
 
58
 
59
Credits
60
===
61
[Jamal Jama](https://twitter.com/byjml) for creating this awesome webfont & [Ahmad Firoz](https://twitter.com/firoz_usf) for extending it further.
62
 
63
Contributors
64
====
65
[Check Here](https://github.com/thesabbir/simple-line-icons/graphs/contributors)
66
 
67
Contributions
68
====
69
Contributions are more then welcome. Keep them coming!
70
Please make sure you have read our [guide line](/CONTRIBUTING.md).
71
 
72
License
73
====
74
You're free to use the web-font in a template/theme intended for sale on marketplaces like Themeforest.
75
 
76
CSS, SCSS & LESS files are under [MIT License](/LICENSE.md).