File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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
3960Ionicons is licensed under the [ MIT license] ( http://opensource.org/licenses/MIT ) .
You can’t perform that action at this time.
0 commit comments