You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ Font-Awesome-SVG-PNG
3
3
4
4
This project provides a Font-Awesome build split to individual SVG and PNG files of different sizes along with Node.JS based generator to generate any other colors and sizes combinations.
5
5
6
-
##What is Font-Awesome?
6
+
##What is Font-Awesome?
7
7
Font Awesome is a full suite of 439 pictographic icons for easy scalable vector graphics on websites, created and
8
8
maintained by [Dave Gandy](http://twitter.com/davegandy). Stay up to date [@fontawesome](http://twitter.com/fontawesome).
9
9
10
10
Get started at http://fontawesome.io!
11
11
12
-
##License
12
+
##License
13
13
- The Font Awesome font is licensed under the SIL OFL 1.1:
14
14
-http://scripts.sil.org/OFL
15
15
- Font-Awesome-SVG-PNG is licensed under the MIT license
@@ -19,15 +19,17 @@ You may use already generated icons in `white` and `black` directories. You can
19
19
20
20
Note: you need to have a command `rsvg-convert` available.
21
21
22
-
Install by `npm install -g font-awesome-svg-png`:
22
+
Install via npm: `npm install -g font-awesome-svg-png`.
23
+
24
+
Install via Bower: `bower install font-awesome-svg-png`.
23
25
24
26
The following command will generate a red set of icons at sizes of 128 and 256 pixels in directory `red`:
25
27
`font-awesome-svg-png --color red --sizes 128,256`
26
28
27
29
## Windows support
28
30
Everything should work once you have `rsvg-convert.exe`. You may get it from https://osspack32.googlecode.com/files/rsvg-convert.exe and move to `%PATH%`.
0 commit comments