A few days ago, I visited the Xamarin.com website and noticed this. The word "Pricing" looks like "Prioing."

几天前,我访问了Xamarin.com网站并注意到了这一点。 “定价”一词看起来像“优先”。

It's not an illusion. It looks wrong in Google Chrome. See this zoomed-in shot.

这不是幻想。 在Google Chrome中看起来不对。 看到这个放大的镜头。

Here's the same menu in IE. Note the subtle"bites" that have been taken out of the g and s, but the c is OK. The hinting is OK, but the font is somehow "wrong."

这是IE中的相同菜单。 注意从g和s中删除的细微“叮咬”,但c可以。 提示是可以的,但是字体有点“错误”。

I emailed support@xamarin, and mentally blamed Google Chrome as it's well know they've been having trouble with their Web Font rendering of late. In fact, Jin Yang (@jzy) had to abandon Montserrat, our Web Font of choice, for a more conservative one whilst doing the Hanselman.com redesign due to Google Chrome's poor font rendering on Windows. (It's lovely on Mac.)

我通过电子邮件发送了电子邮件至support @ xamarin,并在精神上指责Google Chrome,因为众所周知,他们最近在使用Web字体渲染时遇到了麻烦。 实际上,由于Google Chrome在Windows上的字体渲染效果较差,在进行Hanselman.com重新设计时,Jin Yang( @jzy )不得不放弃了我们的首选Web字体Montserrat,以使其更为保守。 (在Mac上非常可爱。)

I also happened to be at the Xamarin Evolve conference this week, so I mentioned it to the team down there, thinking they could pick another font.

我也刚好在本周的Xamarin Evolve会议上,所以我向附近的团队提到了它,以为他们可以选择其他字体。

Fast forward, and I'm on the plane, checking my email with Gmail Offline (the HTML5 offline version of Gmail) and noticed this.

快进,我在飞机上,使用Gmail离线版(GmailHTML5离线版)检查电子邮件,并注意到了这一点。

这些字体看起来也像废话! (These fonts look like crap too!)

What's going on here? What's changed? Doesn't it seem like "What's changed?" is the question we engineer-types ask the most?

这里发生了什么? 有什么变化? 好像不是“发生了什么变化?” 工程师类型问得最多的问题是什么?

Well, what's changed is that I gave a talk at Xamarin Evolve this week, and in preparation, installed Helvetica Neue. It's a lovely font and I think it worked nicely for my talk and looked great in PowerPoint.

好吧,变化是我本周在Xamarin Evolve上进行了演讲,并准备安装Helvetica Neue。 这是一种可爱的字体,我认为它很适合我的演讲,并且在PowerPoint中看起来很棒。

However, Helvetica is super common font that is mentioned in Stylesheets - often explicitly when CSS is designed on a Mac - and Arial on Windows usually steps in as the replacement on Windows.

但是,Helvetica是样式表中提到的超级通用字体-在Mac上设计CSS时通常会明确提及-并且Windows上的Arial通常会作为Windows上的替代字体加入。

The Helvetica Neue font that I installed for my presentation is very poorly hinted (if at all) at small sizes like the one's being used. It's just not a Web Font, and while it's great for the giant sizes I needed for my talk, it's lousy for the web.

我为演示文稿安装的Helvetica Neue字体很难暗示(如果有的话)小字体(如正在使用的字体)。 它不仅不是Web字体,而且对于我演讲所需的超大字体非常有用,但对于Web来说却很糟糕。

Both  IE and Chrome were picking up that my system had a Helvetica available on the system and used it instead. The Stylesheet said "hey, gimme Helvetica" and the browser said "Cool, here's one."

IE和Chrome都发现我的系统上有Helvetica,并且改用了Helvetica。 样式表说“嘿,吉姆·赫尔维蒂卡”,浏览器说“很酷,这是一个。”

While it's obvious it would have major effects in retrospect, I had never realized that a machine-wide "common" font installation like this could mess up font rendering in my browser. I think the best solution (even though I'm deleting Helvetica Neue) would be to use an explicit Web Font in your stylesheets when possible rather than relying on a system font like Helvetica, even though they are the ultimate fallback. Any designers want to  weigh-in the comments?

显然,回顾起来会产生重大影响,但我从未意识到像这样的机器范围内的“通用”字体安装会弄乱浏览器中的字体渲染。 我认为最好的解决方案(即使我要删除Helvetica Neue)也将是在可能的情况下在样式表中使用显式的Web字体,而不是依赖像Helvetica这样的系统字体,即使它们是最终的后备。 任何设计师都想权衡这些评论吗?

Here's Chrome now on Windows with Helvetica Neue removed:

这是Windows上现在删除了Helvetica Neue的Chrome:

And IE

和IE

I hope this post helps someone who might bump into this font issue. My sincerely apologies to the lovely Xamarin employees who took my "bug" seriously! Thanks to Damian Guard for his Font insight!

我希望这篇文章对可能碰到这种字体问题的人有所帮助。 我真诚地对认真对待我的“ bug”的Xamarin员工表示歉意! 感谢Damian Guard的字体洞察力!

翻译自: https://www.hanselman.com/blog/installing-helvetica-neue-fonts-with-google-chrome-on-windows-considered-harmful

在Windows上使用Google Chrome安装Helvetica Neue字体被认为是有害的相关推荐

  1. 修复Windows 11上的Google Chrome屏幕闪烁问题

    Win11升级后,您的Google Chrome屏幕是否经常闪烁?奇怪的是,只有谷歌Chrome受到影响,并在更新后频闪,之后导致整个桌面也开始字体图标开始抖动,严重的时候还会黑屏,就是巨无语!!! ...

  2. chrome导出书签和密码_如何在Linux上导出Google Chrome密码?

    chrome导出书签和密码 How to export my Google Chrome password on Linux to a human-readable text file? 如何将Lin ...

  3. 【如何在 Debian、Ubuntu 或 Linux Mint 上的 Google Chrome、Brave、Vivaldi 和 Opera 浏览器中启用硬件加速视频解码】

    如何在 Debian.Ubuntu 或 Linux Mint 上的 Google Chrome.Brave.Vivaldi 和 Opera 浏览器中启用硬件加速视频解码   铬, 操作方法, 视频 G ...

  4. Windows上python开发--2安装django框架

    Windows上python开发--2安装django框架 分类: 服务器后台开发2014-05-17 21:22 2310人阅读 评论(2) 收藏 举报 python django 上一篇文章中讲了 ...

  5. 【Qt开发】Qt Creator在Windows上的调试器安装与配置

    Qt Creator在Windows上的调试器安装与配置 如果安装Qt时使用的是Visual Studio的预编译版,那么很有可能就会缺少调试器(Debugger),而使用MSVC的Qt对应的原生调试 ...

  6. [Linux] 解决Ubuntu12.10 64位google chrome安装Flash后出现couldn‘t load plug-in的问题;

    [Linux] 解决Ubuntu12.10 64位google chrome安装Flash后出现couldn't load plug-in的问题: 参考文章: (1)[Linux] 解决Ubuntu1 ...

  7. 在windows上用源代码编译安装MPlayer

    转自:http://www.cnblogs.com/smallmuda/archive/2009/03/31/1425976.html 在windows上用源代码编译安装MPlayer 作者:心情花园 ...

  8. 如何在 Windows 上的 VirtualBox 中安装 macOS Big Sur

    [手把手]如何在 Windows 上的 VirtualBox 中安装 macOS Big Sur 零.软件环境前提准备 一.准备安装 1.在您的计算机上安装 VirtualBox 软件.之后,单击您下 ...

  9. windows media player html5,Chrome安装Windows Media Player插件的方法

    在Windows下使用Chrome浏览器,如果要播放1ting等网站上面的音乐,就需要安装Windows Media Player插件才行.下面就介绍一 下在Chrome安装Windows Media ...

最新文章

  1. Git学习资源收集汇总
  2. Maven settings.xml配置Nexus
  3. powercmd注册码
  4. HDOJ 2037:今年暑假不AC_大二写
  5. 20个公司绝对不会告诉你的潜规则
  6. Python笔记-UiSelector中resourceId定位方式
  7. MySQL分库分页_MySQL分库分表的分页查询解决方案
  8. AMD优势: 与众不同 选择丰富
  9. Activity与Fragment间的通信
  10. python输出重定向_使用Python子进程重定向标准输出到标准输入...
  11. 性能优化专题 - MySql 性能优化 - 03 - 深入理解InnoDB
  12. echarts设置标题样式_EChart 标题 title 样式,x轴、y轴坐标显示,调整图表位置等...
  13. 更换ip地址后虚拟机无法联网,连接失败
  14. 51单片机按键计数c语言程序,利用AT89C51单片机制作的按键次数计数器
  15. 一、前端入门学习笔记-标签(1)
  16. 前端——将png图片做成icon
  17. 微信小程序--轮播图
  18. 怎样压缩PDF文件体积?
  19. 【论文笔记】标准正交基和投影在分布式控制中的应用
  20. 为何韩国人日本人要努力工作原因的歪解?

热门文章

  1. 微信公众号发送小程序卡片_微信公众号将能够直接给用户推送小程序卡片,社交电商开始发力...
  2. 机床设备液压系统比例放大器|压铸设备液压系统比例阀控制器
  3. marquee做文字滚动、图片轮播
  4. 弹幕护体下的B站,走得越来越稳健了
  5. 淘系端智能技术体系概述
  6. Ubuntu系统安装matlab
  7. 工业超高频读写器|读取器CK-UR12-E02使用POE交换机和博途软件如何与西门子PLC配置解决方案
  8. transmac使用方法_使用transmac将镜像写入U盘后 提示格式化才能使用
  9. 判断磁盘是机械硬盘还是固态硬盘
  10. QChart空心折线图,双坐标轴显示不同参数