While inspecting the main jquery.js file, I came across a reference to "fontSize"
. However, on one of my pages, I'm experiencing an issue where the font size is not changing despite trying different values in the CSS. Could it be that the jQuery.js file is taking precedence and overriding the styles?
This snippet can be found in the jQuery.js file:
f.left = b === "fontSize" ? "1em"
The version of jQuery being used here is 1.6.4