I’ve seen a post where people talk about Grunt, but I only need to quickly add a few icons, so this is what I did:
I went to icomoon and imported the “ionicons.svg” file from the www>lib>ionic>fonts folder.
I imported a few SVG images at 32px resolution.
After importing the ionicons set into my SVG images, I exported the set with these settings:
Then I copied the four generated files (ttf, svg, eot, woff) back into the fonts folder.
After that I added the code from icomoon to the “ionic.min.css” and “ionic.css” files like so:
Everything works in the simulator but I’m concerned about what might happen on other devices, etc.