Index of /besson/publis/fontify.git/scripts/third-party/woff2otf

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  - Root of the website (in English or in French)
[TXT]README.md2018-03-05 19:15 381 Some details about this page
[TXT]__init__.py2018-03-05 19:15 0  
[TXT]woff2otf.py2018-03-05 19:15 4.7K 
# 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).