I would like to be able to find out the font-family actually used for an element so that I can display it to the user in the document. Perhaps there something in the DOM which I can read with JavaScript to tell me this?
I realize I can find out from the DOM which font-family is specified in the document but I want to know which one is actually used by the browser.