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.
Drop it!
Let go to identify this file.
Couldn't identify this file
Need to convert it? fwip it →
You have a .woff file — the first web-specific font format, designed to make custom fonts fast and legal to serve on the web. WOFF wraps TrueType or OpenType font data with zlib compression and metadata, producing files smaller and more web-appropriate than raw TTF/OTF.
WOFF was standardised in 2010 by the W3C after browser vendors agreed they needed a font format designed specifically for web delivery. It solved two problems: file size (compression reduced download times) and licensing (metadata fields let foundries embed usage restrictions). Every browser shipped WOFF support quickly, making custom web typography mainstream. Then WOFF2 arrived with Brotli compression and made WOFF the middle child.
Every browser supports WOFF, but WOFF2 is 30-50% smaller. For new projects, serve WOFF2 as the primary format and WOFF as a fallback only if you need to support very old browsers (Safari 5, Android 4). FontForge (free) converts between WOFF and other font formats. Most Google Fonts and font foundries provide WOFF alongside WOFF2 in their web font packages.