字体不适用于http://

时间:2016-04-02 03:30:54

标签: css http fonts

我的字体在http://www.url.com上正常,但在http://url.com上却无效。

这是我的字体CSS代码:

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

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

提前致谢!

0 个答案:

没有答案