Assuming I make a website’s text sizing with em, how much will the sizing vary cross browser and device? Im actually redesigning a site and if I make the text larger with firebug some of the layouts screw up, how much of an issue is this?
Thanks
Assuming I make a website’s text sizing with em, how much will the sizing
Share
The most reliable way to keep text size consistent across browsers is to use pixels rather than ems. This defeats older browsers text resizing options, but that’s a decision you have to make.