我正在尝试使用以下代码在我的网站上嵌入字体:
@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服务器上呈现,因为它们位于我的本地计算机上。