I’ve heard that using ’em’ for font size is recommended. I’ve tried it, but I really don’t see any advantage of it. Actually, all of my co-workers were confused.
I’ve read few articles over the internet about %, em, and px. All of them suggested em, but I really don’t understand it. Yes, I can change all the font size at once by using em…is that it?
I’ve tried several smartphones and all of them displayed ‘px’ without a problem…
Someone please guide me!
Thanks
The font unit
emallows you to display font size ( as well as other element’s size , e.g. images ) based on browser’s configuration.You can still use
pxas font unit, but 14px browser on mobile is different than 14px on desktop browser.