ap | 9cd074c | 2006-01-05 20:48:53 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 2 | <html> |
| 3 | <head> |
| 4 | <title>CSS 2.1 Test Suite: font</title> |
| 5 | <style type="text/css"> |
| 6 | body {font-size: 12px; color: navy;} |
| 7 | .six {font: italic small-caps 100 150%/300% sans-serif;} |
| 8 | span.dummy {color: silver;} |
| 9 | span.color {background-color: silver;} |
| 10 | span.color span.dummy {color: gray;} |
| 11 | </style> |
darin | ec37548 | 2007-01-06 01:36:24 +0000 | [diff] [blame] | 12 | <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" title="15.8 Shorthand font property: the 'font' property"> |
| 13 | <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading"> |
thatcher | ffd46e0 | 2005-10-25 00:42:22 +0000 | [diff] [blame] | 14 | </head> |
| 15 | <body> |
| 16 | <p class="six"> |
| 17 | This text should be 18px sans-serif, in small-caps, italicized, and very light. There should be a 36px gap between each line. |
| 18 | <span class="dummy"> dummy text dummy text dummy text dummy text dummy text dummy |
| 19 | text dummy text dummy text dummy text dummy text dummy text dummy |
| 20 | text dummy text dummy text dummy text dummy text dummy text dummy |
| 21 | text dummy text dummy text dummy text dummy text dummy text dummy |
| 22 | text dummy text dummy text dummy text dummy text dummy text dummy |
| 23 | text dummy text dummy text dummy text dummy text dummy text dummy |
| 24 | text dummy text dummy text dummy text dummy text dummy text dummy |
| 25 | text dummy text dummy text dummy text dummy text dummy text </span> |
| 26 | </p> |
| 27 | </body> |
| 28 | </html> |