> On Aug 13, 2016, at 9:05 AM, Tom Livingston <tom...@gmail.com> wrote:
> 
> I personally wouldn't use rem's for all of the units involved with
> that structure. rem is based on the root element's font size, making
> it - I assume - dependent on how each browser renders a font, which is
> where your slight differences come from.

Rem unit is perfectly fine in this case, as it computed value is based on the 
font-size (independently of which font-family is used). The cross-browser 
default is 16px for any given font, last I checked.

OTOH, the used font-family may affect where elements end up on the page, at 
paint-time. A small font like Times will use less vertical pixel space then a 
large font like Verdana.

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