Free tools › Documents
WOFF2 to TTF
The WOFF2 from a site, back to the TTF or OTF inside it, for the desktop.
More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to convert WOFF2 to TTF
- Drop the file.
- Nothing to choose.
- Press Convert and download.
What happens to your file
woff2_decompress unwraps the Brotli-compressed tables into the original sfnt font, byte for byte what the compressor was given; the result is a TTF, or an OTF where the face is CFF-based, and the name says which. Deleted on schedule.
WOFF (version 1) is not read here; a WOFF2, TTF or OTF is.
Questions
Is it the same font the designer made?
The tables are restored exactly; if the site subset the font before compressing it, the subset is what comes back — some glyphs may be missing.
Am I allowed to install it?
That is the font’s licence, not the converter’s. A web-only licence usually does not cover the desktop.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "font.convert",
"options": {
"format": "ttf"
}
}'The same operation, font.convert — TTF or OTF into WOFF2 (a third the bytes, what a site ships), or a WOFF2 back into the TTF or OTF inside it. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.