Fri, 2011-04-15 13:06
Hello.
Just been changing my CSS reset to accomodate the latest version from HTML5 boilerplate, with some of my own things. I notice they use
body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
Where I have used, for at least 3 years:
body {font: normal 62.5%/1.5 Arial, Helvetica, sans-serif;}
So that got me wondering, have I been doing it wrong for a while? I know there are always arguments for these things, so wondered what the latest thinking was on the font-size reset? Or if there are any good links for me to read.
Ta