Submitted by David on Fri, 03/09/2012 - 7:34am
Thanks, I'm going to give this a shot. Nested em's are a PITA, they always seem to happen when I'm not expecting it too.
So the font declaration for max compatability looks like (for say, a p tag):
p{
font-size: 14px;
font-size: 1.4rem;
}
I assume?
