File type / font
.woff2
Font resource for branding systems and interface typography.
Best for: Design systems, presentation decks, and web typography kits.
Type family
font
Subtype
woff2
Default handling
App-specific
Handling verdict
The originating application is the safest default; browser support is not assumed.
Use a format-aware application rather than a plain-text editor.
The registry does not declare compressibility; compare encoded size before enabling it globally.
Audit licensing before embedding in commercial projects.
HTTP response headers
Content-Type: font/woff2
Content-Disposition: attachment; filename="example.woff2"
X-Content-Type-Options: nosniffThe MIME type describes the payload, Content-Disposition controls whether the browser previews or saves it, and nosniff prevents the browser from silently substituting a guessed type.
HTML file input
accept=".woff2,font/woff2"Use this value on <input type="file"> to steer the picker toward .woff2, its known aliases, and files reporting font/woff2. It improves selection, but it is not validation—check the bytes again after upload.
Registry ledger
declared valuesMIME type
font/woff2
Registry source
iana
Character set
Not declared
Compressible
Not declared
Known aliases
None listed
Same MIME type
No sibling record
How to work with .woff2
operational notesOpen it with the format-aware tool first
Start with Font Book, Adobe Fonts, Design tooling. Self-host with proper `font-face` declarations and include fallbacks for accessibility. If the file came from someone else, keep the original untouched and work on a copy so a failed conversion cannot destroy the only source.
Safety note
Audit licensing before embedding in commercial projects.