字体面无法加载

时间:2015-03-29 17:13:36

标签: html css

我使用字体松鼠的字体,但他们不会加载。代码中有什么东西有冲突吗?

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

1 个答案:

答案 0 :(得分:0)

试试这个

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