Forum Moderators: open
Don't use anything fancy. Some users might not even have these fonts installed let alone anything exotic that you can find on the web.
Make sure to add a generic entry at the end of your font-family CSS entry, e.g., :
font-family: verdana, arial, helvetica, sans-serif;
Validate your HTML and your CSS.
It can be an aid when creating custom CSS font-families.