HTML Code:
font: italic normal 12px tahoma, arial, helvetica, sans-serif;
that's shorthand for
- font-style
- font-weight
- font-size
- font-family
having multiple fonts tells the browser if tahoma font doesn't exist in local computer try these other fonts
if you just want to replace the font-family use something like this
HTML Code:
font-family: tahoma, arial, helvetica, sans-serif
about your problem...
I really don't see anything wrong on that page. Can you take a screenshot of the problem?