我在 @face-font 中需要哪些字体类型以及如何使字体在所有浏览器(如 sIFR)中更平滑?

发布于 2024-08-30 21:37:03 字数 301 浏览 6 评论 0原文

我在 @face-font 中需要哪些字体类型以及如何使字体在所有浏览器(如 sIFR)中更平滑?

IE 6、IE 7、IE 8、Firefox 3+、Google Chrome 和 Safari (MAC)

我需要哪种字体类型

替代文本 http://shup.com/Shup/325648/11032963642-My-Desktop.png

Which font types i will need in @face-font and how to to make font smoother in all browser like sIFR?

IE 6, IE 7, IE 8, Firefox 3+, Google Chrome and Safari (MAC)

Which font type i needed

alt text http://shup.com/Shup/325648/11032963642-My-Desktop.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

も让我眼熟你 2024-09-06 21:37:03

您使用的是 font-squirrel,因此您应该上传 OpenType 字体。您还可以上传可取消勾选的 TTF SVG,因为这是为了 iPhone 支持。根据字距调整,您可能需要添加:

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=UserSubscribed/fonts/hIEfix.png,sizingMethod=crop);缩放:1;

到您使用字体启用/禁用cleartype渲染的地方的CSS声明,这使得一些PC字体看起来很棒,而另一些看起来很糟糕,具体取决于单个字体的提示。

您还应该使用防弹(笑脸变体)CSS 调用以获得最佳结果和健康的基于语法的方法。

You're using font-squirrel, so you should be uploading an OpenType font. You can also upload a TTF SVG you can untick as that's for iPhone support. Depending on the kerning, you may want to add:

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=UserSubmitted/fonts/hIEfix.png,sizingMethod=crop); zoom:1;

to your CSS declaration for the place you're using the font to enable/disable cleartype rendering, which makes some PC fonts look great and some look awful, depending on the individual font's hinting.

You should also be using the bulletproof (smiley varient) css invocation for best results and healthy syntax-based approach.

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