@ font-face - 字母A无法正确显示

时间:2017-03-30 13:10:04

标签: css font-face

有人知道为什么字母A仅在Windows上的Chrome内显示不正确吗?所有其他浏览器都有效!甚至是Mac上的chrome。下面是屏幕截图,下面是网址:http://new.leicesterymca.co.uk/hire/our-spaces/

enter image description here

这是我的字体代码:

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

}

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

}

0 个答案:

没有答案