解决macOS Mojave系统在非Retina屏幕下字体过细问题

教程来源: github/vscode:issues@51132

在Mojave带来许多新特性 (官网查看)的同时,也改变了许多原有的特性,就比如字体太细的问题,让许多用户难以接受。
如果你升级了macOS Mojave系统,且又觉得在非Retina屏幕下字体很细的话,可以尝试使用以下教程来恢复到High Sierra的字体模式。

具体使用步骤

  1. 打开终端窗口: 快捷键Command+空格 打开聚焦搜索,输入 终端
  1. 输入命令并回车
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO      ## 切换为YES则恢复Mojave默认的模式
  1. 退出Mac并重新登录


至此这片教程就结束了,又可以愉快的玩耍啦~~~

相关资料

  • 此教程来源 ‘macOS Mojave: font rendering is blurry or has changed’
  • 官网查看Mojave新特性
  • How to Fix Blurry Fonts on macOS Mojave (With Subpixel Antialiasing)

你可能感兴趣的:(解决macOS Mojave系统在非Retina屏幕下字体过细问题)