My reply is given inline:
> Question: If the @font-face already specifies font-style and
> font-weight, do I need to provide those same redundant values in my
> CSS?
>
> For example:
>
> [code]
>
> h1 {
> font-family: "BentonSans Regular";
> }
>
> [/code]
Not necessarily. You can apply the class to that h1 in your HTML like this:
<h1 class=".bentonsansregula">My H1 header goes here </h1>
>
> Another example:
>
> [code]
>
> em {
> font-family: "BentonSans Regular";
> }
>
> [/code]
>
Same as above. Apply class to your em.
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/