.woff2
Low riskWeb Open Font Format 2
A web-optimised font format. Takes TTF/OTF and adds Brotli compression — about 30% smaller than WOFF1.
MIME types
- font/woff2
Category
font
What opens this file
- Any browser
- Google Fonts
- FontForge
How to open by OS
Windows
- Every major browser.
Mac
- Same.
Linux
- Same.
Ios
- iOS 10+.
Android
- Chrome 36+.
Safety notes
- Glyph-extraction techniques exist against subset WOFF2 files. Consider masking risk when the rendered text is sensitive.
Common mistakes
- Serving WOFF2 as
application/octet-streaminstead offont/woff2can defeat some CDN caching. - When self-hosting, use
Cache-Control: public, max-age=31536000, immutablefor optimal caching.