Thanks, one of them might be part of the solution.

I have a need that I want to target all devices in one place (all smartphones 
and iPad portrait and landscape) that can't handle @font-face , though these 
devices are able to pick up the second font but the font-weight is set to 
normal for desktop device, the text does not look good with normal font weight 
for the second font, so I need to make it bold and make the color darken.

With what I have now (for smartphones and iPad portrait) I need to declare it 3 
times for iPad portrait, landscape and smartphone devices.

So if I use this it cuts down to two:
@media only screen and 
and (min-device-width : 768px) 
and (max-device-width : 1024px)

Will the above applies to device that is of 1024px? I don't know any yet (but 
in my dream Dell released one with a clunky Magenta color keyboard just last 
month) but my guess is if any PC maker releases touchscreen device it will not 
be locked down to Safari but all other advanced browsers therefor @font-face 
should work and I don't want it to inherit the above rule.

My various tests show that it's not possible to have more than 2 rules put 
together.

tee 


On Nov 9, 2010, at 8:13 PM, Micky Hulse wrote:

> On Tue, Nov 9, 2010 at 7:14 PM, tee <[email protected]> wrote:
>> Is it possible or something is wrong with my rule:
> 
> Not sure if this site will help, but...
> 
> <http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries>
> 
> Depending on what you are doing, there are some pretty good recipes
> via the above site.
> 
> Cheers,
> Micky
> 
> -- 
> Micky Hulse
> Web Content Editor
> The Register-Guard
> 3500 Chad Drive
> Eugene, OR 97408
> Phone: (541) 338-2621
> Fax: (541) 683-7631
> Web: <http://www.registerguard.com>
> 
> 
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [email protected]
> *******************************************************************
> 



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to