A hellbox plugin that generates WOFF2 files from TTF or OTF sources using fonttools.
from hellbox import Hellbox
from hellbox.jobs.woff2 import GenerateWoff2
with Hellbox("webfonts") as task:
task.read("build/*.ttf") >> GenerateWoff2() >> task.write("webfonts")hell add hellbox-woff2uv sync
uv run pytest