Regardless the measure that I use (percent, em, px, etc) the sites, at least on mobile browsers, on Mozilla and Internet Explorer or Chrome, NEVER show the same font-size.
I tried even putting this on the CSS body rules
body
{
-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
-moz-text-size-adjust:none;
text-size-adjust:none;
}
But didn´t work. Anyone knows how to fix it, or, leastwise, reduce the difference between those sizes no matter the size (and the less size of mobile browsers) that I use…? Thanks!