如何在没有 Flash 的情况下实现跨浏览器支持的字体嵌入?
在不使用 Flash 的情况下将非 Web 字体嵌入页面并仍然保持跨浏览器支持的最佳解决方案是什么?有人为此使用过 JavaScript 库吗?谢谢。
What's the best solution for embedding non-web fonts into a page without using Flash and still maintaining cross-browser support? Has anyone used any JavaScript libraries for this? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Easy Answer 是以下服务之一:
http://typekit.com/
http://kernest.com/
http:// /www.fontsquirrel.com/
他们使用 Javascript、CSS 和各种可嵌入字体格式的组合。
Easy answer is one of these services:
http://typekit.com/
http://kernest.com/
http://www.fontsquirrel.com/
They use a combination of Javascript, css and various embeddable font formats.
一切都在 CSS 中 - 并且具有适当的字体格式。
Firefox/Gecko 喜欢 OTF、TTF 和 WOFF
Safari/WebKit/Opera 喜欢 OTF、TTF
MobileSafari 喜欢 SVG,
不需要 Javascript。
Richard Fink 正在维护最兼容的 @font-face 声明的示例
http://readableweb.com/mo-bulletproofer-font-face-css -语法/
It's all in the CSS - and having the appropriate font formats.
Firefox/Gecko likes OTFs, TTFs, and WOFFs
Safari/WebKit/Opera likes OTFs, TTFs
MobileSafari likes SVGs
Javascript is not needed.
Richard Fink is maintaining examples of the most compatible @font-face declarations
http://readableweb.com/mo-bulletproofer-font-face-css-syntax/
Cufón 似乎是一个可行的替代方案,尽管我自己没有使用过。
地点
https://github.com/sorccu/cufon/wiki/about
文章
http://www.cameronmoll.com/archives/2009/03/cufon_font_embedding/< /a>
Cufón seems like a viable alternative, although I have not used it myself.
Site
https://github.com/sorccu/cufon/wiki/about
Article
http://www.cameronmoll.com/archives/2009/03/cufon_font_embedding/