Free tools › Documents
WOFF to WOFF2
The WOFF a theme still ships, as the WOFF2 every browser loads faster.
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 WOFF to WOFF2
- Drop the .woff file.
- Nothing to choose.
- Press Convert and download.
What happens to your file
The WOFF’s tables are inflated in-house, then Google’s woff2_compress wraps them in the WOFF2 container with Brotli compression; glyphs, hinting and metrics are untouched.
Questions
Should I keep the WOFF too?
Only for browsers older than 2014. Every current one takes WOFF2 first when @font-face lists both.
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": "woff2"
}
}'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.