Best unit for font-sizes in CSS
What are the advantages & disadvantages of each? em , px , % and pt ? My current choice are percentages, the only reason is because I can globally change the font-size of all elements, just by modifying the font size on the root element (body) I would recommend EM — simply because I use Baseline CSS for my basic set up of forms, layout and most importantly type. Can't recommend it enough : http://baselinecss.com/ My original design training said em's where possible. I believe a main reason was that different browsers and devices have different resolutions, which is once again becoming a big