Skip to content

Commit

Permalink
Added new subsetting font. Bugs remain in this instance for the Khmer…
Browse files Browse the repository at this point in the history
… coeng example.

Addresses w3c#126 (specifically w3c#126 (comment))
  • Loading branch information
aphillips committed Jul 14, 2018
1 parent ee0c3ee commit 1d05a9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file added W3CCharmodNormSubset-Regular.woff2
Binary file not shown.
19 changes: 9 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -985,8 +985,7 @@ <h4>Unicode Normalization Forms</h4>
</ul>

<aside class=example>
<p>Having converted a resource to a sequence of Unicode characters and unescaped any escape sequences, we can finally "normalize" the Unicode texts given in the example above. Here are the resulting sequences in each Unicode
Normalization form for the <span class=uname>U+01FA</span> example given earlier. Note that there are only three distinct code points sequences:</p>
<p>Having converted a resource to a sequence of Unicode characters and unescaped any escape sequences, we can finally "normalize" the Unicode texts given in the <a href="#aringExample">example</a> above. Here are the resulting sequences in each Unicode Normalization form for the <span class=uname>U+01FA</span> example given earlier. Note that there are only three distinct code point sequences between the various normalized forms (<span class=uname>U+01FA</span>, <span class=uname>U+0041 U+030A U+0301</span>, and <span class=uname>U+FF21 U+030A U+0301</span>):</p>

<table style="border:1px solid black; vertical-align:center; table-layout:fixed; text-align:center; column-width:200px;">
<thead>
Expand All @@ -1012,35 +1011,35 @@ <h4>Unicode Normalization Forms</h4>
<td class=b-clear>&#x00C5;&#x0301;</td>
</tr>
<tr>
<td class=tableSub>U+00C5 U+0301</td>
<td class=tableSub>U+00C5<br>U+0301</td>
</tr>

<tr>
<td class=b-clear>&#x212B;&#x0301;</td>
</tr>

<tr>
<td class=tableSub>U+212B U+0301</td>
<td class=tableSub>U+212B<br>U+0301</td>
</tr>
<tr>
<td class=b-clear>A&#x030A;&#x0301;</td>
</tr>
<tr>
<td class=tableSub>U+0041 U+030A U+0301</td>
<td class=tableSub>U+0041<br>U+030A<br>U+0301</td>
<td class=tableSub>U+01FA</td>
<td class=tableSub>U+0041 U+030A U+0301</td>
<td class=tableSub>U+0041<br>U+030A<br>U+0301</td>
</tr>
<tr>
<td class=b-clear>&#xFF21;&#x030A;&#x0301;</td>
<td class=b-clear>&#xFF21;&#x030A;&#x0301;</td>
<td class=b-clear>&#xFF21;&#x030A;&#x0301;</td>
</tr>
<tr>
<td class=tableSub>U+FF21 U+030A U+0301</td>
<td class=tableSub>U+FF21 U+030A U+0301</td>
<td class=tableSub>U+FF21 U+030A U+0301</td>
<td class=tableSub>U+FF21<br>U+030A<br>U+0301</td>
<td class=tableSub>U+FF21<br>U+030A<br>U+0301</td>
<td class=tableSub>U+FF21<br>U+030A<br>U+0301</td>
<td class=tableSub>U+01FA</td>
<td class=tableSub>U+0041 U+030A U+0301</td>
<td class=tableSub>U+0041<br>U+030A<br>U+0301</td>
</tr>

</table>
Expand Down
3 changes: 2 additions & 1 deletion local.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
font-family: NoToFu;
font-style: normal;
font-weight: 400;
src: url('font.woff2') format('woff2');
/* src: url('font.woff2') format('woff2'); */
src: url('W3CCharmodNormSubset-Regular.woff2') format('woff2');
}

body {
Expand Down

0 comments on commit 1d05a9f

Please sign in to comment.