en

TTF to WOFF2

Convert TTF fonts to WOFF2 for the web locally - lossless, no upload. Your font never leaves your device.

Your files

    Running locally on your device ...

    0%

    Your files never left your device

      Is my file uploaded?

      No. Everything runs in your browser - your file never leaves your device. How this is verifiable

      No upload100% local
      Your content stays with youno third-party access
      Servers in GermanyGDPR by design
      Independently auditedTLS A+ · HTTP headers A+

      WOFF2 is the standard web font format: it packs the same glyph data of a TTF with Brotli, averaging about 30% smaller than WOFF and far smaller than the raw TTF. Every modern browser supports it - saving load time and bandwidth.

      This tool unpacks your TTF sfnt tables and compresses them to WOFF2 locally (using the original woff2 library as WebAssembly). Glyphs, hinting, kerning and OpenType features are preserved unchanged. Nothing is uploaded - the conversion works even in airplane mode.

      On the web a raw TTF slows things down needlessly: it is not compressed for transfer, and older workflows sometimes even embedded fonts as an uncompressed attachment. WOFF2 was built for exactly this purpose and is today the recommended standard for @font-face. Practical tip: if you ship a font yourself, WOFF2 alone is usually enough for modern browsers; you only still need an extra TTF or WOFF for very old environments. Also take care to embed only the weights you actually use rather than a whole family - that saves additional load time.

      Specifications

      Specifications
      Input formatsTTF
      Output formatWOFF2
      Batch processingYes
      ProcessingLocally in your browser (WebAssembly)
      File uploadNone

      In 3 steps

      1. Drop or tap your TTF file(s).
      2. The tool compresses to WOFF2 locally.
      3. Download the WOFF2 (individually or as ZIP).

      Limitations: The conversion is lossless: glyphs and tables are preserved, no outline optimisation happens. Only convert fonts you own or have a licence for - mind the font licence.

      FAQ

      Is my font uploaded?

      No. The conversion runs entirely locally in the browser, even offline.

      Are kerning and OpenType features preserved?

      Yes. WOFF2 wraps the same sfnt tables - no feature is lost.

      How much smaller is the file?

      Thanks to Brotli, WOFF2 is usually much smaller than the TTF, about 40-60% depending on the font.

      May I convert any font?

      Only fonts you own or have a web licence for. Check the licence.

      Related tools