Internet Explorer 8使用Arial Black,Arial Bold字体将字体渲染为斜体

时间:2015-11-27 12:20:47

标签: html css html5 css3 internet-explorer-8

请帮忙,我正在使用font-family:" Arial Black"," Arial Bold",Gadget,sans-serif;在我的项目中。所有浏览器都正确显示它除了Internet Explorer 8,它以斜体显示它。 我使用的Doctype是:



font-family: "Arial Black","Arial Bold",Gadget,sans-serif;
font-style:normal;




我尝试通过添加这些来修复它,但没有成功:



@font-face {
	font-family: 'Arial Black';
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Arial Bold';
    font-weight: normal;
    font-style: normal;
}




OR



// view
<?php
  $this->Html->scriptStart(array("block"=>'script',"inline"=>FALSE));
?>
    $().ready(function(){
        alert("dd");
    });
<?php 
  $this->Html->scriptEnd();
?>
&#13;
&#13;
&#13;

感谢您的帮助

0 个答案:

没有答案
相关问题