Skip to content

Files

Latest commit

Apr 23, 2015
6a77bea · Apr 23, 2015

History

History
This branch is 2302 commits ahead of maksrom/javascript-nodejs:master.

woff2otf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 23, 2015
Apr 23, 2015
Apr 23, 2015

woff2otf

This is a small utility to convert WOFF files to the OTF font format. It uses Python 3, so you need to have it installed in order to run it.

Usage

To run the script, simply invoke it from the command line:

./woff2otf.py font.woff font.otf

The first parameter is the source file (the WOFF) font, and the second parameter is the output file (in OTF format).