Skip to content

Commit fbdff5a

Browse files
author
Adam Bradley
committed
build instructions
1 parent f04825c commit fbdff5a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,27 @@ You can use [ionicons.com](http://ionicons.com) to easily find the icon you want
3434
<i class="icon ion-home"></i>
3535

3636

37+
## Build Instructions
38+
39+
This repo already comes with all the files built and ready to go, but can also build the fonts from the source. Requires Python, FontForge and SASS:
40+
41+
1) Install FontForge, which is the program that creates the font files from the SVG files:
42+
43+
$ brew install fontforge ttfautohint
44+
45+
2) Install [SASS](http://sass-lang.com/)
46+
47+
$ gem install sass
48+
49+
3) Add or subtract files from the `svg/` folder you'd like to be apart of the font files.
50+
51+
4) Modify any settings in the `builder/manifest.json` file. You can change the name of the font-family and CSS classname prefix.
52+
53+
5) Run the build command:
54+
55+
python ./builder/generate.py
56+
57+
3758
## License
3859

3960
Ionicons is licensed under the [MIT license](http://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)