*** Welcome to piglix ***

WOFF

Web Open Font Format
Filename extension .woff, .woff2
Internet media type application/font-woff
Magic number

77 4F 46 46 ("wOFF" in ASCII)

77 4F 46 32 ("wOF2" in ASCII)
Developed by W3C
Type of format Font file
Container for SFNT fonts
Website

77 4F 46 46 ("wOFF" in ASCII)

The Web Open Font Format (WOFF) is a font format for use in web pages. It was developed during 2009 and is now a World Wide Web Consortium (W3C) Recommendation.

WOFF is essentially OpenType or TrueType with compression and additional metadata. The goal is to support font distribution from a server to a client over a network with bandwidth constraints.

The WOFF specification was written by Jonathan Kew, Tal Leming, and Erik van Blokland, with reference conversion code written by Jonathan Kew. Following the submission of WOFF by the Mozilla Foundation, Opera Software and Microsoft in April 2010, the W3C commented that it expected WOFF soon to become the "single, interoperable [font] format" supported by all browsers. The W3C published WOFF as a working draft in July, and it became a W3C Recommendation in December that year.

WOFF 2.0, with reference code provided by Google, is a proposed update to the existing WOFF 1.0 with improved compression is currently being evaluated. WOFF 2.0 uses Brotli as the byte-level compression format.

WOFF is essentially a wrapper that contains SFNT-based fonts (TrueType or OpenType) that have been compressed using a WOFF encoding tool to enable them to be embedded in a Web page. The format uses zlib compression (specifically, the compress2 function), typically resulting in a file size reduction from TTF of over 40%. Like OpenType fonts, WOFF supports both PostScript and TrueType outlines for the glyphs.

The format has received the backing of many of the main font foundries and has been supported by all major browsers:

Some browsers enforce a same-origin policy, preventing WOFF fonts from being used across different domains. This restriction is part of the draft CSS 3 Fonts module, where it applies to all font formats and can be overridden by the server providing the font.


...
Wikipedia

...