1

字体代码在 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; 
}

你能告诉我我做错了什么吗?

4

0 回答 0