如何在 HTML 页面中使用 MICR / E13-B 字体
我想显示我的支票号码,例如“MICR / E13-B Fonts”。 我如何使用 css 显示它。
谢谢 拉胡尔
I want to show my cheque numbers like "MICR / E13-B Fonts".
How could i display it using css.
Thanks
Rahul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大多数现代浏览器都支持嵌入字体(即使是 IE,如果您以正确的格式提供它们):
http://www.smashingmagazine.com/2010/05/06/modern-css-layouts-part-2-the-essential-techniques/ #moderncss-fonts
(该文章中还提到了其他替代方案,例如图像替换)
Most modern browsers support embedded fonts (even IE if you provide them in the right format):
http://www.smashingmagazine.com/2010/05/06/modern-css-layouts-part-2-the-essential-techniques/#moderncss-fonts
(Other alternatives such as image replacement are also mentioned in that article)
您可以使用 CSS 属性
font-face
定义字体,然后像使用 CSS 中的任何其他字体一样使用该定义的字体。请参阅 http://www.alistapart.com/articles/cssatten 和 https://developer.mozilla.org/en/CSS/@font-face#Browser_compatibility
You can use the CSS property
font-face
to define a font, then use that defined font as you would use any other font in CSS.See http://www.alistapart.com/articles/cssatten and https://developer.mozilla.org/en/CSS/@font-face#Browser_compatibility