I noticed in the main jquery.js file there is a reference to "fontSize" – I’m noticing on one of my pages that the font size is not changing (no matter what value I put in the CSS). Is it possible that the jQuery.js file is overriding it?
In the jQuery.js file:
f.left = b === "fontSize" ? "1em"
The version of jQuery is 1.6.4
In jquery source that block is commented:
So the code is executed when you give a “number that has a weird ending”.
Try putting font-size: 16px !important; in the css and see if that works.