我可以使用 @font-face 免费在网页中嵌入 Arial Narrow 吗?

发布于 2024-12-01 09:01:45 字数 119 浏览 2 评论 0原文

我想使用 font-face 将 Arial Narrow 嵌入到网站中,因为我不确定它的普及程度。

我想知道我是否需要从网上商店购买,或者我可以免费购买吗?

谢谢!

I want to embed Arial Narrow in a website using font-face, since I’m not sure how widespread it is.

I would like to know if I need to purchase it from a webshop, or I can do this for free?

Thanks!

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

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

发布评论

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

评论(2

木緿 2024-12-08 09:01:45

免责声明:我不是律师。

我相信 Arial Narrow 是 Arial 的变体,即 归 Monotype Imaging 所有

根据维基百科对其许可证的描述,你不能分发该字体,我想在 font-face 中使用它算作分发,所以你不能将它与 font-face 一起使用免费。

不过,Monotype 似乎为 Arial Narrow 提供了 font-face 许可。请参阅:

DISCLAIMER: I am not a lawyer.

I believe Arial Narrow is a variant of Arial, which is owned by Monotype Imaging.

According to Wikipedia’s description of its licence, you can’t distribute the font, and I imagine using it in font-face counts as distribution, so you can’t use it with font-face for free.

However, it looks like Monotype offer font-face licensing for Arial Narrow. See:

℡Ms空城旧梦 2024-12-08 09:01:45

根据这个网页,Arial Narrow 安装在 87.08% 的 Windows 计算机和 91.01% 的 Mac 计算机上。

用法示例:

font-family: Arial Narrow, sans-serif;

According to this webpage, Arial Narrow is installed on 87.08% of all Windows machines and 91.01% of all Mac machines.

Example usage :

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