An interesting article from Jonathan Snook where he discusses the use of CSS3 and the rem unit, part of CSS3. The rem unit is relative to the root–or the html–element. This means that you can define a single font size on the html element and define all rem units to be a percentage of that.
Tweet