https://github.com/bodoni/woff
Converter for Web Open Font Format
https://github.com/bodoni/woff
font opentype truetype woff woff2
Last synced: 10 months ago
JSON representation
Converter for Web Open Font Format
- Host: GitHub
- URL: https://github.com/bodoni/woff
- Owner: bodoni
- License: other
- Created: 2023-06-09T07:59:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T09:52:26.000Z (about 1 year ago)
- Last Synced: 2025-08-13T04:29:04.747Z (10 months ago)
- Topics: font, opentype, truetype, woff, woff2
- Language: Rust
- Homepage:
- Size: 769 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WOFF [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
The package provides a converter for Web Open Font Format.
## Installation
```shell
cargo install --features binary woff
```
## Usage
```
Usage: woff [options]
Either the source or destination should end with either .woff or .woff2.
Options for WOFF:
--major-version — set the major version (1 by default)
--minor-version — set the minor version (0 by default)
Options for WOFF2:
--metadata — append metadata (empty by default)
--quality — 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](LICENSE.md).
[build-img]: https://github.com/bodoni/woff/workflows/build/badge.svg
[build-url]: https://github.com/bodoni/woff/actions/workflows/build.yml
[documentation-img]: https://docs.rs/woff/badge.svg
[documentation-url]: https://docs.rs/woff
[package-img]: https://img.shields.io/crates/v/woff.svg
[package-url]: https://crates.io/crates/woff