Le 14 août 2013 à 04:05, John A. Johnson <j...@coffeeonmars.com> a écrit :

> Is there a way to impose flexibility in font sizes, such as when viewport 
> shrinks, designated type sizes also decrease by a controllable amount?
> 
> what I have for my font-size right now is a %, shown below, but that is % of 
> the parent type not of the parent tag. Images scale down, yet my headings 
> stay just as large…

You might want to play with viewport relative units (vw, vh)
http://dev.w3.org/csswg/css-values/#viewport-relative-lengths

Not sure how far back support for those extends though.

> maybe I just need to handle it with media queries?

That is one way to approach the issue.

Philippe
--
Philippe Wittenbergh
http://l-c-n.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