Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / css / font-weight-1.html
blob06bf4c3321fbb99abda5ab835bc16cb1baa131ef
1 <style>
2 div { font-family: WebKit WeightWatcher; font-size: 48px; }
3 .w1 { font-weight: 100; }
4 .w2 { font-weight: 200; }
5 .w3 { font-weight: 300; }
6 .w4 { font-weight: 400; }
7 .w5 { font-weight: 500; }
8 .w6 { font-weight: 600; }
9 .w7 { font-weight: 700; }
10 .w8 { font-weight: 800; }
11 .w9 { font-weight: 900; }
12 </style>
13 <p>
14 You should see the numbers 1 to 9 below.
15 </p>
16 <div class="w1">
18 </div>
19 <div class="w2">
21 </div>
22 <div class="w3">
24 </div>
25 <div class="w4">
27 </div>
28 <div class="w5">
30 </div>
31 <div class="w6">
33 </div>
34 <div class="w7">
36 </div>
37 <div class="w8">
39 </div>
40 <div class="w9">
42 </div>