Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Web Open Font Format
File format for fonts in web pages

The Web Open Font Format (WOFF) is a font format for use in web pages. WOFF files are OpenType or TrueType fonts, with format-specific compression applied and additional XML metadata added. The two primary goals are first to distinguish font files intended for use as web fonts from fonts files intended for use in desktop applications via local installation, and second to reduce web font latency when fonts are transferred from a server to a client over a network connection.

We don't have any images related to Web Open Font Format yet.
We don't have any YouTube videos related to Web Open Font Format yet.
We don't have any PDF documents related to Web Open Font Format yet.
We don't have any Books related to Web Open Font Format yet.
We don't have any archived web articles related to Web Open Font Format yet.

Standardization

The first draft of WOFF 1 was published in 2009 by Jonathan Kew, Tal Leming, and Erik van Blokland,1 with reference conversion code written by Jonathan Kew.2 Following the submission of WOFF to the World Wide Web Consortium (W3C) by the Mozilla Foundation, Opera Software and Microsoft in April 2010,34 the W3C commented that it expected WOFF to soon become the "single, interoperable [font] format" supported by all browsers.5 The W3C published WOFF as a working draft in July 2010.67 The final draft was published as a W3C Recommendation on 13 December 2012.8

WOFF 2.0 significantly improved compression efficiency compared to WOFF 1.0, primarily through the introduction of Brotli, a new byte-level compression algorithm developed by Jyrki Alakuijala and Zoltan Szabadka. Brotli's effectiveness led to its widespread adoption, notably for HTTP content encoding. WOFF 2.0 was standardized as a W3C Recommendation in March 2018,9 with Google providing the reference implementation.10

Each version of the format has received the backing of many type foundries.11

Specification

WOFF is a wrapper containing SFNT-based fonts (TrueType or OpenType) that have been compressed using a WOFF-specific encoding tool so they can be embedded in a Web page.12 WOFF Version 1 uses the widely available zlib compression (specifically, the compress2 function),13 typically resulting in a file size reduction for TrueType files of over 40%.14 Since OpenType CFF files (with PostScript glyph outlines) are already compressed, their reduction is typically smaller.15

Browser support

Major web browsers support WOFF:

WOFF 2.0 is supported in:

  • Google Chrome (since version 36),26
  • Edge (since version 14),27
  • Opera (since version 26),28
  • Firefox (since version 35)29
  • Safari (since version 10).30

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

Some servers may require the manual addition of WOFF's MIME type to serve the files correctly.32 Since February 2017, the proper MIME type is font/woff for WOFF 1.0 and font/woff2 for WOFF 2.0.3334 Prior to February 2017, the standard MIME type for WOFF 1.0 was application/font-woff, and some applications may still use the old type, though it is now deprecated.35

See also

References

  1. Kew (Mozilla), Jonathan; Leming (Type Supply), Tal; van Blokland (LettError), Erik (2009-10-23), WOFF File Format (draft of 2009-10-23), Mozilla Foundation, archived from the original on 2010-03-09, retrieved 2010-01-30 https://web.archive.org/web/20100309062544/http://people.mozilla.org/~jkew/woff/woff-spec-latest.html

  2. WOFF conversion reference code, retrieved May 8, 2016 https://people.mozilla.org/~jkew/woff/

  3. WOFF File Format 1.0 Submission Request to W3C http://www.w3.org/Submission/2010/03/

  4. Galineau, Sylvain (2010-04-23), Meet WOFF, The Standard Web Font Format, Microsoft, archived from the original on 29 May 2010 https://web.archive.org/web/20100529104513/http://blogs.msdn.com/b/ie/archive/2010/04/23/meet-woff-the-standard-web-font-format.aspx

  5. Team Comment on "WOFF File Format 1.0" Submission http://www.w3.org/Submission/2010/03/Comment/

  6. WOFF - Now loading fonts on websites, The H, 2010-07-28 http://www.h-online.com/open/news/item/WOFF-Now-loading-fonts-on-websites-1047073.html

  7. Buckler, Craig (2010-08-17), W3C Backs the WOFF WebFont Standard, SitePoint http://www.sitepoint.com/blogs/2010/08/17/w3c-backs-the-woff-webfont-standard/

  8. "WOFF File Format 1.0". www.w3.org. Retrieved 2019-08-31. https://www.w3.org/TR/WOFF/Overview.html

  9. W3C: WOFF File Format 2.0 http://www.w3.org/TR/WOFF2/

  10. Reference WOFF2 generation code, retrieved May 8, 2016 https://github.com/google/woff2

  11. Wardle, Tiffany (2009-07-16), "Most of the important foundries are supporting #webfont", Typegirl, retrieved 2010-02-05 – via tumblr https://typegirl.tumblr.com/post/142912558/most-of-the-important-foundries-are-supporting-webfont

  12. Kew (Mozilla), Jonathan; Leming (Type Supply), Tal; van Blokland (LettError), Erik (2009-10-23), WOFF File Format (draft of 2009-10-23), Mozilla Foundation, archived from the original on 2010-03-09, retrieved 2010-01-30 https://web.archive.org/web/20100309062544/http://people.mozilla.org/~jkew/woff/woff-spec-latest.html

  13. Kew (Mozilla), Jonathan; Leming (Type Supply), Tal; van Blokland (LettError), Erik (2009-10-23), WOFF File Format (draft of 2009-10-23), Mozilla Foundation, archived from the original on 2010-03-09, retrieved 2010-01-30 https://web.archive.org/web/20100309062544/http://people.mozilla.org/~jkew/woff/woff-spec-latest.html

  14. Stefanov, Stoyan (2009-10-20), @font-face gzipping - take II, PHPied.com, retrieved 2010-01-30 http://www.phpied.com/font-face-gzipping-take-ii

  15. "The Typekit Blog | Type rendering: Font outlines and file formats". http://blog.typekit.com/2010/12/08/type-rendering-font-outlines-and-file-formats/

  16. Shapiro, Melissa (2009-10-20), Mozilla Supports Web Open Font Format, Mozilla Foundation, retrieved 2010-02-05 http://blog.mozilla.com/blog/2009/10/20/mozilla-supports-web-open-font-format/

  17. Colyer, Matt (2010-09-21), Typekit adds Chrome 6 WOFF support, Typekit http://blog.typekit.com/2010/09/21/typekit-adds-chrome-6-woff-support/

  18. Hachamovitch, Dean (2010-06-23), HTML5, Native: Third IE9 Platform Preview Available for Developers, Microsoft /wiki/Dean_Hachamovitch

  19. KDE SVN Revision 1088984, KDE Bugzilla, 2010-02-12, retrieved 2011-10-14 http://websvn.kde.org/?view=revision&revision=1088984

  20. A first glimpse at Opera 11.10 "Barracuda", Opera Software, 2011-02-17, retrieved 2011-02-17 http://my.opera.com/desktopteam/blog/2011/02/17/a-first-glimpse-at-barracuda

  21. Web specifications support in Opera Presto 2.7, Opera //www.opera.com/docs/specs/presto27/

  22. Safari Features, Apple, 2011-06-06, retrieved 2011-10-14 https://www.apple.com/macosx/whats-new/features.html#safari

  23. Safari 5.1 Changelog, FileHippo.com, retrieved 2011-10-14 https://www.filehippo.com/download_safari/changelog/10252/

  24. Bug 38217 - [chromium] Add WOFF support, WebKit https://bugs.webkit.org/show_bug.cgi?id=38217

  25. Bug 31302 - Add WOFF support for @font-face, WebKit https://bugs.webkit.org/show_bug.cgi?id=31302

  26. Chromium 36 Release Notes, Google //blog.chromium.org/2014/05/chrome-36-beta-elementanimate-html.html

  27. Speed up page load with WOFF 2.0 fonts in Microsoft Edge, Microsoft, 3 May 2016 https://blogs.windows.com/msedgedev/2016/05/03/woff2-fonts-in-microsoft-edge/

  28. Opera 26 Release Notes, Opera Software ASA https://dev.opera.com/blog/opera-23/

  29. Firefox 35 Release Notes, Mozilla Developer Network https://developer.mozilla.org/en-US/Firefox/Releases/35

  30. What's new in Safari, Apple https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_10_0.html

  31. CSS Fonts Module Level 3 https://www.w3.org/TR/css-fonts-3/#font-fetching-requirements

  32. "Webfonts are not loading in Firefox". Fontspring. Retrieved 2013-01-01. //www.fontspring.com/support/troubleshooting/webfonts-are-not-loading-in-firefox

  33. "Media Types". IANA. 2017-10-12. Retrieved 2017-10-17. https://www.iana.org/assignments/media-types/media-types.xhtml

  34. Lilley, Chris (February 2017). "The "font" Top-Level Media Type". IETF. doi:10.17487/RFC8081. RFC 8081. Retrieved 2017-10-17. {{cite journal}}: Cite journal requires |journal= (help) https://tools.ietf.org/html/rfc8081

  35. "Media Types". IANA. 2017-10-12. Retrieved 2017-10-17. https://www.iana.org/assignments/media-types/media-types.xhtml