Skip to content

v0.1.0

Choose a tag to compare

@Gheop Gheop released this 02 Jul 18:22
· 10 commits to main since this release

First release.

  • Convert WOFF/TTF/OTF/TTC to WOFF2 using the google/woff2 encoder (Brotli 11), byte-identical to woff2_compress
  • Pure-Go WOFF 1.0 decoding, so .woff files can be recompressed
  • Glyph subsetting via HarfBuzz hb-subset (a Latin subset is ~80% smaller)
  • Stdin/stdout pipe mode (woffify -) for temp-file-free CI integration
  • Parallel batch conversion of files and directories
  • Single fully static binary, scratch container image (~6 MB)

Image: ghcr.io/gheop/woffify:v0.1.0