On Wed, Sep 21, 2011 at 12:57 PM, David Laakso
<da...@chelseacreekstudio.com> wrote:
> On 9/21/11 12:15 PM, Tom Livingston wrote:
>>
>> Listers,
>>
>> General cascade question...
>>
>> Can I spec my fallback font stack on the body, like:
>> body{font-family: Arial, Helvetica, sans-serif;}
>>
>> and then, on ONLY the elements that I wish to use a custom font, spec
>> JUST the custom font, like:
>> h1{font-family: 'HelveticaNeueW01-57Cn';}
>> and have the fallback work properly because of the body font-family
>> declaration?
>>
>> Or do I have to spec the whole stack on each element, like:
>> h1{font-family: 'HelveticaNeueW01-57Cn',Arial,Helmet,Freesans,sans-serif;}
>>
>> Thanks in advance.
>>
>
>
> Assuming I understand the question I think you need...
>


Nope. I know how to make a font stack. I want to know if a custom font
on H1 will fall back to the stack on the body, or do I need the whole
stack - custom and fallbacks - on the H1.

TIA


-- 

Tom Livingston | Senior Interactive Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/

Reply via email to