尝试在浏览器中使用Segoe字体
我想渲染一个页面,字体主要是 font-family:"Segoe"
(该行进入我已经验证正在工作的适当的类选择器中),但是我得到了标准字体(我认为是时代新罗马)。为什么行不通?我使用的是 Windows-7 64 位,因此已安装。
I want to render a page with fonts mostly being font-family:"Segoe"
(that line goes in the appropriate class selectors which I've verified are working), however I get back a standard font (times new roman I think). Why won't it work? I am on Windows-7 64 bit so it's installed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
名称是“Segoe UI”而不是“Segoe”。改变它就会起作用。
The name is "Segoe UI" not "Segoe". Change that and it will work.