Convert TTF to WOFF

A site has to support browsers old enough that WOFF2 is not available.

SafeConvert engineFreeNo sign-upBatch supported
Conversion Deck
Uploaded to server: 0 B
    Waiting for files/Engine: on-device/Network requests made: 0
    What actually changes

    TTF and WOFF are not the same picture in two wrappers.

    The font is wrapped in the WOFF container with zlib compression, typically producing a file around 40 percent smaller than the TTF.

    Worth knowing first

    WOFF is a compatibility target now, not a default. Every browser released in the last decade supports WOFF2, which is meaningfully smaller, so shipping WOFF as the primary format costs bandwidth on almost every visit.

    Questions

    TTF to WOFF, answered

    Which browsers need WOFF?

    Internet Explorer 11 and a handful of very old mobile browsers. Nothing current.

    Can I serve both?

    Yes, listing WOFF2 first in the src descriptor. Browsers take the first format they understand.

    How to convert TTF to WOFF

    01

    Add your files

    Drop one TTF or two hundred. Batch conversion is not a paid feature here.

    02

    Choose your settings

    Web Open Font Format is lossless, so nothing is thrown away in the conversion.

    03

    Download

    Converted and deleted the moment it finishes. Never written to permanent storage.

    Related conversions