Bug 381: Store codepage-to-Unicode mappings as dense arrays.
[elinks.git] / test / css / simplefont.html
blob3ebac9c334945993f3785f23efee4452dec643d6
1 <a href="foo" style="color: rgb(0, 80, 160);">strange</a>
2 <a href="foo" style="color: rgb(0, 80, 160); font-weight: 700">bold strange</a>
3 <a href="foo" style="font-weight: bold">just bold</a>
4 <a href="foo" style="font-weight: normal">normal</a>
5 <a href="foo">nothing</a>
7 Brm. <div style="font-weight: bold">bold</div>
8 <div style="font-weight: 400">400</div>
9 <div style="font-weight: 700">700</div>
10 <div style="font-weight: normal">normal</div>
12 <p style="font-weight: 400">normal
13 <span style="font-weight: bolder">bolder
14 <span style="font-weight: normal">again normal
15 <span style="font-weight: bold">(is
16 <span style="font-weight: lighter">implemented</span>
17 already)</span></span></span>
18 </p>
20 <p style="font-style: italic">italic</p>
22 <p style="font-style: oblique">oblique</p>
23 <p style="text-decoration: underline">underline</p>
24 <p style="text-decoration: underline; text-align: center; font-weight: bold">underline / bold / center</p>
26 <p style="white-space: pre">tab tab tab tab
27 tab tab
28 tab</p>