font/woff
WOFF is optimized for the web, reducing transfer weight while preserving the underlying font data browsers need to render text.
Content-Type header
Content-Type: font/woffHow teams usually encounter it
This page maps the media type to the file extensions and delivery behaviors developers usually care about: browser parsing, upload validation, cache correctness, and asset handling.
Compression signal
font/woff often benefits from gzip or Brotli in HTTP delivery because the payload is text-like or structurally repetitive.
Server config snippets
Use these when a server is missing the right extension-to-MIME mapping or you want the expected header to survive a proxy, CDN, or custom asset bucket setup.
types {
font/woff woff;
}AddType font/woff .woffSignature note
This MIME type does not include a magic-byte sample here because the signature is either format-dependent or not reliable enough to present as a debugging shortcut.
Operational shortcut
If a browser downloads this asset instead of rendering it correctly, check the response header first, then verify the extension mapping on your origin and edge cache. .woff is the fastest sanity check for teammates reviewing the file outside the app.
Related font types
font/otf
OTF fonts bundle outlines and advanced typographic features for desktop publishing and webfont conversion workflows.
.otffont/ttf
TTF remains a widely supported font format for native apps, design exports, and legacy install flows.
.ttffont/woff2
WOFF2 is the compressed webfont standard most teams ship in production to reduce font download cost without sacrificing browser support.
.woff2