.woff2

What is a .woff2 file?

WOFF2 is the current standard for web fonts — TrueType or OpenType data compressed with Brotli for 30–50% smaller files and faster page loads.

Safe format
Type Font
By W3C
MIME font/woff2

Drop any file to identify it

No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.

What is it

You're building a website and need to serve custom fonts. The format you want is WOFF2. It wraps TrueType or OpenType font data in Brotli compression, producing files 30–50% smaller than uncompressed fonts — which translates directly to faster page loads and better Core Web Vitals scores.

Every modern browser supports WOFF2: Chrome, Firefox, Safari, Edge. The font data inside is identical to TTF or OTF; WOFF2 just compresses it for delivery over HTTP. The older WOFF (version 1) used zlib compression and is still supported as a fallback, but there's no reason to serve WOFF over WOFF2 unless you're targeting Internet Explorer 11. For font subsetting (including only the characters you actually use), tools like Glyphhanger and pyftsubset can dramatically reduce file size further.

FontForge (free) can convert TTF/OTF to WOFF2. Google Fonts serves WOFF2 by default. Most font foundries provide WOFF2 webfont files with their licences. If you're self-hosting fonts, serve WOFF2 with a font-display: swap declaration for the best performance. That's the entire modern web font stack — everything else is legacy.

Technical details
Full Name
Web Open Font Format 2
MIME Type
font/woff2
Developer
W3C
Magic Bytes
77 4F 46 32
Safety
.woff2 is a known, safe format.
What opens it
Any web browser
FREE All
FontForge
FREE All
FAQ
Should I use WOFF or WOFF2 on my website?
Use WOFF2 as primary with WOFF as fallback. WOFF2 is 30-50% smaller and supported by every modern browser. You only need WOFF as a fallback for very old browsers.
Can I install WOFF2 fonts on my computer?
Not directly on most systems — WOFF2 is designed for web use. Convert to OTF or TTF for desktop installation. Some newer OS versions can handle WOFF2 installs, but desktop font formats are more reliable.
Related formats