Originally forked from Ionic project's font, which can be found here: http://ionicons.com
You can install. $ bower install platonic-font
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:
-
Install FontForge, which is the program that creates the font files from the SVG files:
$ brew install fontforge ttfautohint
-
Install Sass
$ gem install sass
-
Add or subtract files from the
src/
folder you'd like to be apart of the font files. -
Modify any settings in the
builder/manifest.json
file. You can change the name of the font-family and CSS classname prefix. -
Run the build command:
python ./builder/generate.py
Ionicons is licensed under the MIT license.