Skip to content

Commit

Permalink
Merge pull request #5 from tobie/woff
Browse files Browse the repository at this point in the history
Add section on WOFF.
  • Loading branch information
tobie committed May 1, 2012
2 parents 223f9cd + d62181a commit 2b94800
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,31 @@ <h2>Network Information</h2>
</section>
<section>
<h2>WOFF</h2>
<p>
XXX
</p>
<!--
- XXX
-->
<section class='informative'>
<h3>Overview</h3>
<p>
<acronym title="Web Open Font Format">WOFF</acronym> is a simple
compressed file format for packaging fonts. It addresses the main
issues which have slowed rich font adoption on the Web:
interoperability (WOFF is the first interoperable format with broad
industry adoption), licensing considerations (licensing terms can be
attached to the font file as metadata in WOFF), and file size (WOFF
uses gzip compression).
</p>
</section>
<section>
<h3>Conformance</h3>
<p>
User agents MUST support [[!WOFF]].
</p>
</section>
<section class='informative'>
<h2>Related APIs</h2>
<p>
Packaged fonts are linked to Web documents by means of the
<code>@font-face</code> rule specified in [[CSS3FONT]].
</p>
</section>
</section>
</section>
<!--
Expand Down

0 comments on commit 2b94800

Please sign in to comment.