fontellify
v0.0.3
Published
Module to update fontello webfont
Downloads
1
Readme
fontellify
Install
$ npm i fontellify
Usage
var fontellify = require('fontellify');
fontellify({
name: 'my_font', // default 'fontello'
zipFolder: '/dir/zip',
fontsDest: '/dir/fontello',
codesDestFile: '/path/to/codes.css'
});
License
MIT © Ablay Keldibek