Yes, I know about addons such as Firebug or the Web Developer Toolbar that allow one to see the font-family specification pertaining to a specific element, but how can I find out which actual font is Firefox using to render the element?
To give you an example, suppose I declare, say font-family: "Georgia", "Verdana", serif;
.
Now, the Georgia font is not installed in the system, and Firefox thus picks the next on
the list (Verdana). Is there some addon out there that will give me access to this info?
Note that I need this functionality for development, not for detection at runtime inside Javascript.