Quote:
Originally Posted by shamanNS
Concerning rule 2): I'm not sure it that is really "a must" but if you set main font in body tag CSS there is no point and no reason to put the same font family in any other CSS classes.
|
Unfortunately, I'm pretty sure that's not true. We have no control over what random junk a reader vendor decides to put in their default stylesheet, so there's no guarantee that the font for H1 currently defaults to "inherit" on all reading platforms, much less that it will continue to do so. IMO, a proper level of paranoia requires you to explicitly specify the font for headings if it matters to you.