[css-d] @font-face question

2011-09-21 Thread Tom Livingston
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

Re: [css-d] @font-face question

2011-09-21 Thread David Laakso
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:

Re: [css-d] @font-face question

2011-09-21 Thread Tom Livingston
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

Re: [css-d] @font-face question

2011-09-21 Thread David Laakso
On 9/21/11 1:47 PM, David Laakso wrote: On 9/21/11 1:04 PM, Tom Livingston wrote: 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

Re: [css-d] @font-face question

2011-09-21 Thread Tom Livingston
On Wed, Sep 21, 2011 at 1:58 PM, David Laakso da...@chelseacreekstudio.com wrote: On 9/21/11 1:47 PM, David Laakso wrote: On 9/21/11 1:04 PM, Tom Livingston wrote: 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:

Re: [css-d] @font-face question

2011-09-21 Thread Tom Livingston
I think you need to declare both the custom font /and/ its fallbacks on H1. For example, if the custom font for h1 is a slab-serif, and the font and fallbacks declared on the body declaration are sans, in all likelihood h1 will render a /serif/ in browsers and device browsers not supporting

Re: [css-d] @font-face question

2011-09-21 Thread John Daggett
Tom Livingston wrote: 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

Re: [css-d] @font-face question

2011-09-21 Thread Tom Livingston
Got it. Thanks John. Sent from my iPhone On Sep 21, 2011, at 10:43 PM, John Daggett jdagg...@mozilla.com wrote: Tom Livingston wrote: 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