| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <html> |
| <head> |
| <title>CSS 2.1 Test Suite: font</title> |
| <style type="text/css"> |
| body {font-size: 12px;} |
| .eleven {font: italic small-caps 100 150%/300% sans-serif;} |
| span.color {background-color: navy; color: white; } |
| span.dummy {color: blue;} |
| </style> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" title="15.8 Shorthand font property: the 'font' property"> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#q26" title="10.8.1 Leading and half-leading"> |
| </head> |
| <body> |
| <p class="eleven"> |
| <span class="color"> |
| This text should be 18px sans-serif, in small-caps, italicized, |
| and very light. There should be a 36px gap betwen each line. The |
| text should have a blue background, the gap should not. |
| <span class="dummy"> dummy text dummy text dummy text dummy text dummy text dummy |
| text dummy text dummy text dummy text dummy text dummy text dummy |
| text dummy text dummy text dummy text dummy text dummy text dummy |
| text dummy text dummy text dummy text dummy text dummy text dummy |
| text dummy text dummy text dummy text dummy text dummy text dummy |
| text dummy text dummy text dummy text dummy text dummy text dummy |
| text dummy text dummy text dummy text dummy text dummy text dummy |
| text dummy text dummy text dummy text dummy text dummy text </span> |
| </span> |
| </p> |
| </body> |
| </html> |