gulp-ttftowoff2

1.0.1 • Public • Published

gulp-ttf-to-woff2

Gulp plugin to convert TTF(TrueType font) files to WOFF2 using ttf2woff2.

Install

npm i gulp-ttftowoff2

Usage

const gulp = require("gulp");
const ttfToWoff2 = require("gulp-ttftowoff2");
 
export function convertTffToWoff() {
  return gulp.src("./src/*.ttf").pipe(ttfToWoff2()).pipe(gulp.dest("./dist/"));
}

Package Sidebar

Install

npm i gulp-ttftowoff2

Weekly Downloads

276

Version

1.0.1

License

MIT

Unpacked Size

3.43 kB

Total Files

4

Last publish

Collaborators

  • kasper.hesthaven