Skip to content

Commit

Permalink
Merge pull request #23 from thesabbir/develop
Browse files Browse the repository at this point in the history
Fix compatibility issue with other icon fonts #22
  • Loading branch information
thesabbir committed Aug 26, 2015
2 parents 961eaca + 1828aed commit f943339
Show file tree
Hide file tree
Showing 6 changed files with 1,178 additions and 605 deletions.
29 changes: 25 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Simple line icons

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
====

Expand All @@ -23,11 +28,27 @@ npm install simple-line-icons --save

```

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

Preview & Docs
===
[https://thesabbir.github.io/simple-line-icons] (https://thesabbir.github.io/simple-line-icons)

Customizing LESS/SASS variables
====

###LESS:

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

###SASS:

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


Credits
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-line-icons",
"version": "2.1.0",
"version": "2.2.0",
"authors": [
"Sabbir Ahmed <[email protected]>"
],
Expand Down
Loading

0 comments on commit f943339

Please sign in to comment.