TTF to WOFF2 Converter
Convert TrueType and OpenType fonts to WOFF2 for web use. Preview the font before downloading.
Drag & drop TTF or OTF font here or click to browse
Preview
The quick brown fox jumps over the lazy dog
How to convert TTF to WOFF2
- Drag your TTF or OTF font file into the converter or click to browse
- Preview the font to confirm it loaded correctly
- Click Convert — compression happens locally in your browser using WebAssembly
- Download the resulting WOFF2 file
What is WOFF2?
WOFF2 (Web Open Font Format 2) is the modern standard for web fonts. It uses Brotli compression to reduce file sizes by 30–50% compared to WOFF, while supporting the full range of OpenType features. All modern browsers support WOFF2.
Is this converter safe?
Yes. Font conversion happens entirely in your browser using WebAssembly. No font data is sent to any server.
TTF vs WOFF2 — comparison
| Feature | TTF/OTF | WOFF2 |
|---|---|---|
| Compression | None/minimal | Brotli (best) |
| File size | Larger | 30–50% smaller |
| Web support | Supported | All modern browsers |
| Best for | Desktop, print | Web projects |
Frequently asked questions
How do I use WOFF2 in CSS?
Use @font-face: @font-face { font-family: 'MyFont'; src: url('font.woff2') format('woff2'); }
Does WOFF2 support all OpenType features?
Yes. WOFF2 preserves all OpenType tables including ligatures, kerning, and stylistic alternates. The compression is lossless.
Can I convert WOFF2 back to TTF?
Yes, use our WOFF2 to TTF converter for the reverse conversion.