我在网站设计的某个部分使用了一种特定的字体。我知道这个字体不会出现在99.9%的用户计算机上......所以有没有办法将这种字体应用于某些文本,而不必使用图像进行文本...
如果您可以建议,可以确认它与所有浏览器兼容......
答案 0 :(得分:2)
您需要为每个浏览器转换该字体。这项工作有几个在线转换。然后你只需要在CSS中添加它:
@font-face {
font-family: 'mwebfont';
src: url('fonts/mw.eot');
src: url('fonts/mw.eot?#iefix') format('embedded-opentype'),
url('fonts/mw.woff') format('woff'),
url('fonts/mw.ttf') format('truetype'),
url('fonts/mw.svg#mwebfont') format('svg');
font-weight: normal;
font-style: normal;
}
Here是一个不错的转换器
注意:确保您的字体符合网络嵌入的合法条件。
答案 1 :(得分:0)
我建议您尝试使用Google Web Fonts或Cufon