Try to adjust fontSize
1 : Create an Iframe
Example: <iframe style="position:absolute;top:-5000px;width:100em;"></iframe>
2 : Attach onResize Event to iframe's window object
3 : When fontSize is changed, this Iframe will fire an onResize event which we can catch later.
IFRAME
IFRAME.contentWindow is a window object, which also has its native onResize event