On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> That is, where the universal selector all by itself ("*") is defined with a
> certain font-family, and where a second class is defined as having a
> different font-family, then within an element having that second class
> applied where the text is modified with standard HTML (<em>-</em>, or
> <b>-</b> will work), that text will be in the universal selector's font,
> not in the second classes font.

You've already had an explanation as to why, this is the solution:

* { font-family: inherit; }
body { font-family: your-choice; }
.yourClass { font-family: your-other-choice; }

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to