在 CSS 中使用自定义 (ttf) 字体
我有一台 Mac,并安装了一种名为“7 Segment”的字体(它显示在字体簿中)。当我使用 font-family: "7 Segment";
我得到 Helvetica (或类似字体)而不是浏览器的默认字体,但它仍然没有显示正确的字体。该页面只需在此计算机上显示。我将如何使用此页面上的字体?谢谢。
I have a mac, and have installed a font called "7 Segment" (it shows up in Font Book). When I use font-family: "7 Segment";
I get Helvetica (or similar) rather than the browser's default font, but it still isn't showing the correct font. The page only needs to be shown on this computer. How would I use the font on this page? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要使用 css-property font-face 来声明您的字体。看看这个精美的网站: http://www.font-face.com/
示例:
另请参阅:MDN @font-face
You need to use the css-property font-face to declare your font. Have a look at this fancy site: http://www.font-face.com/
Example:
See also: MDN @font-face
这不是系统字体。其他系统不支持此字体。您可以使用font-face,从此网站 或来自此
This is not a system font. this font is not supported in other systems. you can use font-face, convert font from this Site or from this