- From: Christoph Päper <crissov@gmx.net>
- Date: Wed, 12 Mar 2003 06:47:10 -0500 (EST)
- To: <www-style@w3.org>
"Ernest Cline" <ernestcline@mindspring.com>:
>
> .boldtext {font:serif; font-weight:bold}
>
> causes the text to be bold.
Sure, because "font:serif", being invalid, is ignored.
.boldtext {font: 1em serif; font-weight: bold}
would be bold, too.
Christoph
Received on Wednesday, 12 March 2003 09:10:08 UTC