WOFF2
WOFF2 (Web Open Font Format 2) is the modern web font format that supersedes WOFF, achieving around 30% better compression using the Brotli algorithm. Smaller font files translate directly to faster page loads, better Core Web Vitals scores, and improved user experience on slower connections. WOFF2 is supported by all modern browsers and is the strongly recommended format for serving custom web fonts in production.
MIME: font/woff2
Convert .woff2 to…
1WOFF2 can be converted to the following 1 format. Click any format to see its full details.
Convert… to .woff2
3The following 3 formats can be converted into WOFF2. Click any format to explore it.
OTF (OpenType Font) is a scalable font format co-developed by Microsoft and Adobe as an evolution of TrueType that adds advanced typographic capabilities. It supports ligatures, alternate glyphs, contextual substitutions, small caps, old-style figures, and broad multilingual character coverage in a single cross-platform file. OTF is the professional standard for typefaces used in design, publishing, and operating systems worldwide.
TTF (TrueType Font) is a scalable outline font format developed by Apple and Microsoft in the late 1980s as a rival to Adobe's PostScript Type 1 technology. TrueType fonts include both mathematical outlines and hinting instructions that ensure readable rendering at small screen sizes on low-resolution displays. TTF is the most universally supported font format across Windows, macOS, Linux, iOS, and Android, and forms the technical foundation of the modern OpenType format.
WOFF (Web Open Font Format) is a font packaging format optimized for efficient web delivery, developed by the W3C and supported by all modern browsers. It wraps TrueType or OpenType font data with zlib compression and metadata, typically reducing font file sizes by around 40% compared to raw TTF or OTF. WOFF replaced direct TTF/OTF embedding as the preferred web font delivery format before WOFF2 took over.