Considering a document with font-size set to a combination of pixels, % and keywords(x-small, etc). Is it possible to increase the font-size for all those elements at the same time?
Something like $("*").each(function(){$(this).increase_fontsize();}?
Using em and % its possible..
For example set a parent div font size to 100% from css and update font size from javascript.
Ex:
increase/ decrease the font-size from javascript
JSFiddle: http://jsfiddle.net/Scrtr/2/