webfontloader : Web Font Loader gives you added control when using linked fonts via font-face.. You can installing webfontloader npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install webfontloader $ sudo npm install -g webfontloader
If want to update the webfontloader package execute the command as below,
$ sudo npm update webfontloader
Update package globally,
$ npm install -g webfontloader
$ sudo git clone https://github.com/rektide/webfontloader.git
$ sudo npm install -g ./webfontloader
webfontloader@1.6.28 /usr/lib/node_modules/webfontloader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webfontloader
| Package Name | webfontloader |
| Version | 1.6.28 |
| Description | Web Font Loader gives you added control when using linked fonts via font-face. |
| Released Date | 2017-05-27T16:28:45.816Z |
| Published by | bramstein |
| How to Learn | https://www.npmjs.com/package/webfontloader/tutorial |