嵌入式字体在本地加载但不在服务器上加载

时间:2014-04-02 21:38:55

标签: css fonts embed

我正在尝试使用以下代码在我的网站上嵌入字体:

@font-face {
    font-family: 'MuseoSans-100';
    src: url('../fonts/MuseoSans-100.html');
    src: url('../fonts/MuseoSans-100d41d.html?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans-101.html') format('woff'),
         url('../fonts/MuseoSans-102.html') format('truetype'),
         url('../fonts/MuseoSans-100.svg#MuseoSans-100') format('svg');
    font-weight: normal;
    font-style: normal;
}

但是,字体不会在Web服务器上呈现,因为它们位于我的本地计算机上。

网址为:http://yakityshmakity.com/careers.html

0 个答案:

没有答案