Update reset.css from Eric Meyer

Eric Meyer

He has made some updates of his reset.css file. The most important change is removing font-family: inherit; from the first block.

[The inherit] effects, as seen in my development environment, will still serve the purpose of reminding me to build up the styles I actually want, and not use the browsers’ defaults as a crutch. There is the possibility of my forgetting that (for example) IE/Win italicizes em when I don’t want it to, but that’s something I’ll catch during the browser testing phase.”

http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/