The Web Open Font Format (WOFF) - Developer guides 编辑
WOFF (the Web Open Font Format) is a web font format developed by Mozilla in concert with Type Supply, LettError, and other organizations. It uses a compressed version of the same table-based sfnt
structure used by TrueType, OpenType, and Open Font Format, but adds metadata and private-use data structures, including predefined fields allowing foundries and vendors to provide license information if desired.
There are three main benefits to using WOFF:
- The font data is compressed, so sites using WOFF will use less bandwidth and will load faster than if they used equivalent uncompressed TrueType or OpenType files.
- Many font vendors that are unwilling to license their TrueType or OpenType format fonts for use on the web will license WOFF format fonts. This improves availability of fonts to site designers.
- Both proprietary and free software browser vendors like the WOFF format, so it has the potential of becoming a truly universal, interoperable font format for the web, unlike other current font formats.
There are two versions of WOFF; WOFF and WOFF2, they mostly differ in regard to the compression algorithm used. In @font-face
they are identified by the 'woff'
and 'woff2'
format descriptor respectively.
Using WOFF
You can use the @font-face
CSS property to use WOFF fonts for text in web content. It works exactly like OpenType and TrueType format fonts do, except it will likely let your content download more efficiently due to the addition of compression.
Tools for working with WOFF fonts
- Tools for working with WOFF fonts are available.
sfnt2woff
andwoff2sfnt
convert between WOFF and OpenType.
Specifications
Specification | Status | Comment |
---|---|---|
WOFF File Format 2.0 | Recommendation | New compression algorithm |
WOFF File Format 1.0 | Recommendation | Initial specification. |
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论