I would like to catch an onFontSizeChange event and then do stuff (like re-render because the browser has changed font sizes on me). Unfortunately, no such event exists and so I must hack a way to do it.
I've seen people do things like place an 'm' in an invisible <div>
element and then test for changes in the size to the element.
Does anyone have any good solutions?