自定义字体在IE 8中不起作用

时间:2013-04-10 10:45:26

标签: css

字体代码在IE8中无效。

@font-face {
    font-family: 'Conv_DBModern';
    src: url('fonts/DBModern.eot?#iefix') format('embedded-opentype'),
         url('fonts/DBModern.woff') format('woff'), 
         url('fonts/DBModern.ttf') format('truetype'), 
         url('fonts/DBModern.svg#Conv_DBModern') format('svg');
    font-weight: normal; font-style: normal;
}

.header_everywhere_text {
    color: #FFFFFF;
    font-family: 'Conv_DBModern';
    font-size: 5.44em;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    top: 150px;
    width: 1030px; 
}

你能告诉我我做错了吗?

0 个答案:

没有答案