ttf2woff : Convert TTF font to WOFF. You can installing ttf2woff 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 ttf2woff $ sudo npm install -g ttf2woff
If want to update the ttf2woff package execute the command as below,
$ sudo npm update ttf2woff
Update package globally,
$ npm install -g ttf2woff
$ sudo git clone https://github.com/rektide/ttf2woff.git
$ sudo npm install -g ./ttf2woff
ttf2woff@2.0.1 /usr/lib/node_modules/ttf2woff
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ttf2woff
| Package Name | ttf2woff |
| Version | 2.0.1 |
| Description | Convert TTF font to WOFF |
| Released Date | 2016-03-06T09:25:00.798Z |
| Published by | vitaly |
| How to Learn | https://www.npmjs.com/package/ttf2woff/tutorial |