Possible Duplicate:
How can I determine what font a browser is actually using to render some text?
My CSS style goes as "font-family: helvetica, arial, sans-serif;" for the whole page. It looks like Verdana is being used instead on some parts. I need to somehow verify this.
I've tried copy-paste from my browser into MS Word, but the font is not preserver.
Is there some tool to determine which font is actually being rendered for a page or section of text?
Firebug gives me the list of fonts as above, but I don't see a way to determine which one of the fonts is being used.