Ionic 2 and Font Awesome
In my previous Ionic (1.3) apps I used Font Awesome as an icon set, but in Ionic 2 a lot has changed. The gulp script I used for it is gone and the build process is defined in the npm packages. You can read more about it on https://github.com/driftyco/ionic-app-scripts Here’s how to do it in…