Convert WOFF to WOFF2

Convert WOFF to WOFF2 and cut the file roughly in half — the web font format every current browser supports. Free, in your browser, no upload.

Overview

Why convert WOFF to WOFF2

Serving WOFF over the web sends far more bytes than necessary. WOFF2 renders identically and is roughly half the size of raw TTF, and every browser in current use supports it — there is no compatibility argument left for shipping anything else. WOFF is a zlib-wrapped SFNT from the pre-2018 web. The wrapper is lossless, so the original font comes back out unchanged.

Comparison

WOFF vs WOFF2: what actually differs

WOFF compared with WOFF2 across encoding, fidelity, file size and support.
AttributeWOFFWOFF2
Full nameWeb Open Font FormatWeb Open Font Format 2
EncodingBinaryBinary
What it preservesLossless — the original font is recoverable byte-for-byteLossless — the original font is recoverable byte-for-byte
Typical sizeRoughly 40% smaller than the equivalent TTFSmallest of the four — roughly half the equivalent TTF
SupportEvery browser since IE9. Not installable as a desktop font.Every browser since 2018 (Chrome 36, Firefox 39, Safari 12, Edge 14).

How to

How to convert WOFF to WOFF2

  1. 01

    Drop your WOFF file

    Drag one or more WOFF files onto the drop zone above, or click to browse. Files stay on your device — there is no upload step.

  2. 02

    Convert to WOFF2

    convert.now parses the WOFF and writes it out as WOFF2 in a Web Worker, so the page stays responsive even on large files. Nothing is sent anywhere.

  3. 03

    Download the result

    Download the WOFF2 file, or a zip of all of them for a batch. Filenames are preserved, with the extension changed to .woff2.

Why here

Why convert.now

  • Private

    Files stay in your browser. No upload step. Nothing for anyone to see.

  • Fast

    No queue, no upload wait. Conversion starts the moment you drop a file.

  • Free

    No ads. No file-count limit. No sign-up wall. Just the converter.

FAQ

WOFF to WOFF2: common questions

No. The WOFF to WOFF2 conversion runs entirely in your browser. Files never leave your device, and there is no server involved in the conversion at all. Open DevTools' Network tab and run a conversion if you want to confirm it — you will see the page and its code load, and no request carrying your file.

More

Related WOFF converters

Last updated