Subversion Repositories Matrimonio

Rev

Go to most recent revision | Details | 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
17
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/css/simple-line-icons.css">
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
 
37
Customizing LESS/SASS variables
38
====
39
 
40
### LESS:
41
 
42
```less
43
@simple-line-font-path        : "/path/to/font/files";
44
@simple-line-font-family      : "desired-name-font-family";
45
@simple-line-icon-prefix      : prefix-;
46
```
47
 
48
### SASS:
49
 
50
```sass
51
$simple-line-font-path        : "/path/to/font/files";
52
$simple-line-font-family      : "desired-name-font-family";
53
$simple-line-icon-prefix      : "prefix-";
54
```
55
 
56
 
57
Credits
58
===
59
[Jamal Jama](https://twitter.com/byjml) for creating this awesome webfont & [Ahmad Firoz](https://twitter.com/firoz_usf) for extending it further.
60
 
61
Contributors
62
====
63
[Check Here](https://github.com/thesabbir/simple-line-icons/graphs/contributors)
64
 
65
Contributions
66
====
67
Contributions are more then welcome. Keep them coming!
68
Please make sure you have read our [guide line](/CONTRIBUTING.md).
69
 
70
License
71
====
72
You're free to use the web-font in a template/theme intended for sale on marketplaces like Themeforest.
73
 
74
CSS, SCSS & LESS files are under [MIT License](/LICENSE.md).