wofftools — Tools for Manipulating WOFF Files
woff-css [options] fontpath1 fontpath2
woff-info [options] fontpath1 fontpath2
woff-proof [options] fontpath1 fontpath2
woff-validate [options] fontpath1 fontpath2
This tool examines the contents of a WOFF file and attempts to generate a CSS @font-face rule based on the data found in the WOFF file. The results of this tool should always be carefully checked.
Options
--versionshow program's version number and exit
-h, --helpshow this help message and exit
-d OUTPUTDIRECTORYOutput directory. The default is to output the CSS into the same directory as the font file.
-o OUTPUTFILENAMEOutput file name. The default is "fontfilename.css". If this file already exists a time stamp will be added to the file name.
-lWrite "local" instructions as part of the "src" descriptor.
This tool displays information about the contents of one or more WOFF files.
Options
--versionshow program's version number and exit
-h, --helpshow this help message and exit
-d OUTPUTDIRECTORYOutput directory. The default is to output the report into the same directory as the font file.
-o OUTPUTFILENAMEOutput file name. The default is
fontfilename_info.html.
This tool displays information about the contents of one or more WOFF files.
Options
--versionshow program's version number and exit
-h, --helpshow this help message and exit
-d OUTPUTDIRECTORYOutput directory. The default is to output the proof into the same directory as the font file.
-o OUTPUTFILENAMEOutput file name. The default is
fontfilename_proof.html.
-t SAMPLETEXTFILESample text file. A file containing sample text to
display. If not file is provided, The quick brown
fox... will be used.
This tool examines the structure of one or more WOFF files and issues a detailed report about the validity of the file structure. It does not validate the wrapped font data.
Options
--versionshow program's version number and exit
-h, --helpshow this help message and exit
-d OUTPUTDIRECTORYOutput directory. The default is to output the report into the same directory as the font file.
-o OUTPUTFILENAMEOutput file name. The default is
fontfilename_validate.html.