Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 463 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 463 Bytes

Simple TTF to WOFF2

This is a node module that uses the API of ttf2woff by nfroidure.

What is

A script that will look for .ttf files in the same folder and make their respective .woff2.

How to use

After npm -i -g ttf2woff, simply get the convert.mjs file and node convert.mjs in the folder you need

Or:

  1. Download & save it wherever you need
  2. npm install
  3. npm run convert