basisvectors / woff2otf

Convert woff and woff2 files to otf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

woff2otf

Convert woff and woff2 files to otf

Dependencies

Brotli

$ pip install brotli

FontTools

$ pip install fonttools

Usage

for a single .woff or .woff2 file:

python woff2otf.py [filename.woff/.woff2] [export filename:optional]

for batch conversion, folder of .woff/.woff2 files

python woff2otf.py [import directory path] [export directory path:optional]

About

Convert woff and woff2 files to otf


Languages

Language:Python 100.0%