SyntaxFix
Write A Post
Hire A Developer
Questions
Best practice I think is to set the font to the body:
body { font: normal 10px Verdana, Arial, sans-serif; }
and if you decide to change it for some element it could be easily overwrited:
h2, h3 { font-size: 14px; }