【发布时间】:2019-04-15 22:52:29
【问题描述】:
<head>
<link href="fonts.css" rel="stylesheet">
</head>
fonts.css
@font-face {
font-family: opensans-regular;
src: url(fonts/opensans/OpenSans-Regular.ttf);
}
@font-face {
font-family: fontico;
src: url(fonts/fontico.ttf);
}
fontico 是我自己的字体,用 CorelDraw 创建的。
Chrome 和 Opera 没有问题。
在Firefox - opensans 中存在,但缺少fontico。
可能是什么原因?
【问题讨论】: