September 2017
Intermediate to advanced
450 pages
11h 24m
English
Let's build a custom web font to replace our full Font-Awesome library usage. We will continue to leverage all the advanced features of Font-Awesome, including our angular2-fontawesome module's custom directives, but without any additional icons that we don't need being loaded to our frontend application.
To do this, we will need to install a few modules to our Angular application's package.json file:
npm install webfonts-loader font-awesome-svg-png --save-dev
Read now
Unlock full access