如何在没有 Flash 的情况下实现跨浏览器支持的字体嵌入?

发布于 2024-08-29 00:41:59 字数 82 浏览 0 评论 0原文

在不使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

池木 2024-09-05 00:41:59

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.

も让我眼熟你 2024-09-05 00:41:59

一切都在 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/

白昼 2024-09-05 00:41:59

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文