I am using Google font, 'Open Sans' for my website. When I check the IE8, this font doesn't work. To work in IE8, I have to add 'Open Sans' name to every h1,h2,,,,p in css. Can I add condition for IE8 in html ? If this is possible, how can I write?
Thanks.
<!--[if lt IE 8 ]>
<link href="css/ie.css" rel="stylesheet" type="text/css">
<![endif]-->
I add this in ,but didn't work. Where should I put this comment? above my own css or below my own css? Thanks in advance.