TTF stores TrueType glyph outlines and font tables.
WOFF packages sfnt font tables with web-oriented compression.
Glyph outlines and standard font tables are repackaged without rasterizing the typeface.
Font hinting and kerning tables are not retained, and conversion does not grant a new license for the source font.
This conversion repackages font outlines and standard tables. It exposes no editing control because this adapter cannot preserve hinting or kerning tables.
One document is processed per request. The input limit is 10 MB.
The web application validates the file before forwarding it to a private worker. The worker validates the signature again, processes the file inside a unique temporary directory, validates the output, and removes the job directory in a guaranteed cleanup path. Files are not written to the database or retained for analytics.
When you import from a URL, the application fetches only a validated public HTTP or HTTPS address, checks the downloaded file in memory, and applies the same worker cleanup rules. The URL, filename, and file contents are not sent to analytics.