blob: e1334dbe2fd95e1265c9c64ec06158bdaf42b531 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/font-weight-bolder-001.htm */
span#verify { font-family: CSSTest Verify; font-weight: normal; }
div { margin-bottom: 1em; }
body { margin: 50px; }
table {
border-collapse: collapse;
}
th {
font-weight: normal;
text-align: left;
padding-right: 1em;
}
span { font-weight: bolder; }
thead th { text-align: center; padding-bottom: 1em; }
td { width: 5em; text-align: center; }
td.f1 { font-family: CSSTest Weights Full; }
td.f2 { font-family: CSSTest Weights W1479; }
td.f3 { font-family: CSSTest Weights W15; }
td.f4 { font-family: CSSTest Weights W24; }
td.f5 { font-family: CSSTest Weights W2569; }
td.f6 { font-family: CSSTest Weights W258; }
td.f7 { font-family: CSSTest Weights W3589; }
td.f8 { font-family: CSSTest Weights W47; }
th.f1 { display: table-cell; }
th.f2 { display: table-cell; }
th.f3 { display: table-cell; }
th.f4 { display: table-cell; }
th.f5 { display: table-cell; }
th.f6 { display: table-cell; }
th.f7 { display: table-cell; }
th.f8 { display: table-cell; }
tr.w1 td { font-weight: 100; }
tr.w2 td { font-weight: 200; }
tr.w3 td { font-weight: 300; }
tr.w4 td { font-weight: 400; }
tr.w5 td { font-weight: 500; }
tr.w6 td { font-weight: 600; }
tr.w7 td { font-weight: 700; }
tr.w8 td { font-weight: 800; }
tr.w9 td { font-weight: 900; }
|