I bind some type for my site:
@font-face {
font-family:WILLS;
src:url(WILLS.TTF);
}
In most browsers this types recognize perfectly but IE don't see this type because of ttf extensions. But the problem is that IE10+ aren't support this condition.
<!--[if IE]>...<![endif]-->
Is there any way to make specific css code for IE10 to change type to usuall, for example Tahoma or times and ofcourse change font-size?