将字体嵌入 HTML
我正在尝试将字体“Andale Mono”嵌入到我的 html 页面中,我的字体具有以下扩展名:.eot、.svg、.ttf 和 .woff
无论如何,我可以让它在所有浏览器上工作??我可以让它在 Firefox、Chrome 和 Safari 上正常工作,但在 IE 上却不起作用。
这是我最后发现的:
@font-face {
font-family: 'Andale Mono';
src: url('AndaleMono-webfont.eot?') format('eot'), url('AndaleMono-webfont.woff') format('woff'), url('AndaleMono-webfont.ttf') format('truetype');
}
提前致谢。
I'm trying to embed the font "Andale Mono" to my html pages, I have the font in the following extensions: .eot, .svg, .ttf and .woff
Is there anyway that I can get it to work on all browsers?? I was able to get it work fine on Firefox, Chrome and Safari, but it's not working on IE.
Here is what I last found:
@font-face {
font-family: 'Andale Mono';
src: url('AndaleMono-webfont.eot?') format('eot'), url('AndaleMono-webfont.woff') format('woff'), url('AndaleMono-webfont.ttf') format('truetype');
}
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然,最简单的方法是使用 fontsquirrel.com
Sure, easiest way to do it is to use fontsquirrel.com