我在 @face-font 中需要哪些字体类型以及如何使字体在所有浏览器(如 sIFR)中更平滑?
我在 @face-font 中需要哪些字体类型以及如何使字体在所有浏览器(如 sIFR)中更平滑?
IE 6、IE 7、IE 8、Firefox 3+、Google Chrome 和 Safari (MAC)
我需要哪种字体类型
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是 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.