如何在 HTML 页面中使用 MICR / E13-B 字体

发布于 2024-08-31 22:33:27 字数 72 浏览 6 评论 0原文

我想显示我的支票号码,例如“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 技术交流群。

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

发布评论

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

评论(2

终止放荡 2024-09-07 22:33:27

大多数现代浏览器都支持嵌入字体(即使是 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)

○愚か者の日 2024-09-07 22:33:27

您可以使用 CSS 属性 font-face 定义字体,然后像使用 CSS 中的任何其他字体一样使用该定义的字体。

请参阅 http://www.alistapart.com/articles/cssattenhttps://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

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