I like to work in ems when creating websites. Therefore I set a default font-size of 100.01% on the body element.
em
font-size
100.01%
body
Now that the rem unit is starting to become popular, setting the base font-size on the root element (html tag) is advised (rem stands for root em).
rem