Could it be true that IE 10, 9, and others no longer support conditional statements? Is it also accurate to say that JQuery does not support the browser object above version 1.9?
I am facing an issue with CSS rendering differently in Chrome and IE. A Google font on my website displays at 14px
in Chrome but appears to be larger in IE, even though the developer tools indicate it is 14px
. If I decrease it to 13px
in IE, it then matches the size in Chrome.
What would be the most effective method to add a class specifically for IE10 and earlier versions that will work consistently across all IE versions?