FeelTheFile

Convert TTF to WOFF2

Compress your TTF or OTF fonts to WOFF2 (the current web standard) with Google’s official compressor compiled to WASM.

Your files never leave your device

How to convert TTF to WOFF2

  1. 1

    Upload the font

    TTF or OTF, one or several.

  2. 2

    Convert

    Font-specific Brotli compression (woff2).

  3. 3

    Download the WOFF2

    50-70% lighter, ready for @font-face.

Why use this tool

  • Current web standard

    WOFF2 is the format every browser recommends.

  • Official compressor

    Google\u0027s woff2 library compiled to WebAssembly.

  • Minimal size

    Font-tuned Brotli: much smaller than TTF or WOFF.

  • Private

    Your (often licensed) fonts never leave your machine.

Frequently asked questions

What do I gain over TTF?

Size: WOFF2 compresses the font 50-70%. Fewer bytes, faster site, better Core Web Vitals.

Does it work with OTF?

Yes, WOFF2 accepts both TrueType (glyf) and OpenType CFF: the flavor is preserved.

How do I use it in CSS?

With @font-face: src: url('font.woff2') format('woff2'). All modern browsers support it.

Can I convert licensed fonts?

Check your license: many allow web use but not redistribution. Since everything runs in your browser, the font is never uploaded.

Related tools