gulp-fontmin
Minify TTF font to SVG, EOT, WOFF with fontmin
Install
$ npm install --save-dev gulp-fontmin
Usage
var gulp = ;var fontmin = ; gulp;
API
fontmin(options)
Options:
text
: A string corresponding glyphs of ttfonlyChinese
: {boolean} keep chinese only, exclude Latin, number and symbol. Default = falsefontPath
: {string=} location of font file.hinting
: {boolean=} keep hint info, defaults true.quiet
: {boolean=} print how many fonts were effected, defaults false.
Practice
Get needed text from html
{ gulp ;} gulp;
Related
License
MIT