Web Open Font Format - Wikipedia
https://en.wikipedia.org/wiki/Web_Open_Font_Format
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.
Web Open Font Format (WOFF/WOFF2) — Transfonter
https://transfonter.org/formats
TrueType font can be converted to EOT by open source utility ttf2eot. Web Open Font Format (WOFF/WOFF2). Created for use on the web, and developed by Mozilla in conjunction with other organizations, WOFF fonts often load faster than other formats because they use a compressed...
The Web Open Font Format (WOFF) - Developer guides | MDN
https://developer.mozilla.org/en-US/docs/Web/Guide/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...
WOFF File Format 1.0 | 6. Font Data Tables
https://www.w3.org/TR/WOFF/
This document specifies the WOFF font packaging format. This format was designed to provide lightweight, easy-to-implement compression Any properly licensed TrueType/OpenType/Open Font Format file can be packaged in WOFF format for Web use. User agents decode the WOFF file to...
CSS Web Fonts | The Web Open Font Format (WOFF 2.0)
https://www.w3schools.com/css/css3_fonts.asp
Web fonts allow Web designers to use fonts that are not installed on the user's computer. When you have found/bought the font you wish to use, just include the font file on your web OpenType fonts are used commonly today on the major computer platforms. The Web Open Font Format (WOFF).
What is WOFF (Web Open Font Format)?
https://www.lifewire.com/what-is-woff-web-open-font-format-4800761
Web Open Font Format (WOFF) is a font file type for the web. WOFF and WOFF2 files contain compressed fonts and metadata such as Optimized rendering: WOFF files include typographical information including contextual forms and old-style figures, allowing for optimal rendering on all...
Dev.Opera — Introducing WOFF — Web Open Font Format
https://dev.opera.com/articles/woff-web-open-font-format/
Web fonts allow linkage of font files (Opera initially supported TrueType, OpenType and SVG fonts) via special @font-face at-rules in CSS, resulting It's a compressed container format, therefore offers a reduction in file size. For example, the Orbitron typeface is 16kb in WOFF format, 48kb in EOT and...
WOFF 2.0 - Learn more about the next generation Web Font Format...
https://gist.github.com/sergejmueller/cf6b4f2133bcb3e2f64a
The new WOFF 2.0 Web Font compression format offers a 30% average gain over WOFF 1.0 (up to 50%+ in some cases). WOFF 2.0 is available since Of course you can use WOFF2 as a Base64 encoded string: @font-face { font-family: MyFont; src: url('data:font/woff2;base64,...') format('woff2'...
WOFF File Format 2.0 | 4. Font directory
https://w3c.github.io/woff/woff2/
This document specifies the WOFF2 font packaging format. This format was designed to provide a The primary purpose of the WOFF2 format is to efficiently package fonts linked to Web User agents supporting the WOFF2 file format for linked fonts must respect the requirements of the CSS3 Fonts...
Can I use... Support tables for HTML5, CSS3, etc
https://caniuse.com/woff
WOFF - Web Open Font Format. Compressed TrueType/OpenType font that contains information about the font's source.
Mime type for WOFF fonts? - Stack Overflow | via web.config
https://stackoverflow.com/questions/3594823/mime-type-for-woff-fonts
I have tried font/woff, font/webopen, and font/webopentype, but Chrome still complains: "Resource interpreted as font but transferred with MIME type WOFF: Web Open Font Format. It can be compiled with either TrueType or PostScript (CFF) outlines. It is currently supported by FireFox 3.6+.
Web Open Font Format (WOFF): WOFF was developed in 2009 as...
https://css-tricks.com/understanding-web-fonts-getting/
Web Open Font Format 2 (WOFF2): WOFF2 is an update to the original WOFF format. Developed by Google, this is considered the best format of the bunch because it offers smaller file sizes and better performance for modern browsers that support it. If you are mostly targeting users with modern...