1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Shorthand Properties (font)
</title>
5 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/about.html#shorthand">
6 <style type=
"text/css">
8 p
.one
{ font-family: serif
; font-weight: bold
; } /* control */
9 p
.two
{ font: 1em/normal serif
; font-weight: bold
; }
15 <p>The following paragraphs should be identical:
</p>
17 <p class=
"one">This should be in a bold font.
</p>
18 <p class=
"two">This should be in a bold font.
</p>