Skip to content
/ woff Public
forked from bodoni/woff

Converter for Web Open Font Format

License

mwcz/woff

 
 

Repository files navigation

WOFF Package Documentation Build

The package provides a converter for Web Open Font Format.

Installation

cargo install --features binary woff

Usage

Usage: woff <source> <destination> [options]

Either the source or destination should end with either .woff or .woff2.

Options for WOFF:
    --major-version <number> — set the major version (1 by default)
    --minor-version <number> — set the minor version (0 by default)

Options for WOFF2:
    --metadata <string> — append metadata (empty by default)
    --quality <number>  — set the compression quality (8 by default)
    --no-transform      — disallow transforms

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.

About

Converter for Web Open Font Format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.9%
  • Dockerfile 4.1%