{"id":13433,"date":"2018-12-03T02:08:24","date_gmt":"2018-12-03T02:08:24","guid":{"rendered":"https:\/\/www.cleverfiles.com\/help\/?p=13433"},"modified":"2021-06-03T12:51:49","modified_gmt":"2021-06-03T12:51:49","slug":"how-to-fix-blurry-fonts-on-mac-os-x-high-sierra-and-mojave","status":"publish","type":"post","link":"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html","title":{"rendered":"How to Fix Blurry Fonts on Mac OS X High Sierra and Mojave"},"content":{"rendered":"<p>A very common issue many Mac users face is blurry fonts on their screens. They may also look fuzzy or even extremely thin. This is a very <a href=\"https:\/\/discussions.apple.com\/thread\/7725238\" class=\"external\" rel=\"nofollow\">common issue<\/a> for macOS High Sierra and newly launched macOS Mojave.<\/p>\n<p><img src=\"\/help\/wp-content\/uploads\/2018\/11\/Blurry-Fonts.png\" alt=\"Blurry Fonts\" width=\"650\" height=\"300\" class=\"aligncenter size-full wp-image-10863 colorbox-13433\" \/><\/p>\n<p>Many users are having blurry text or fonts on Mac computers with external non-retina monitors. This blurriness seems to be due to changes in the anti-aliasing in these particular macOS versions. One example is having your Macbook Pro with retina display connected to an external display which may cause the text to be blurry on the latter.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"what_is_a_retina_display\"><\/span><b>What is a Retina Display?<\/b><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>A <a href=\"https:\/\/en.wikipedia.org\/wiki\/Retina_display\" class=\"external\" rel=\"nofollow\">retina display<\/a> is a IPS LCD and OLED displays that have a higher pixel density than traditional Apple displays. If your Mac computer has a retina display, this means that each user interface widget is doubled in width and height to compensate for the smaller pixels. Apple calls this mode HiDPI mode. The goal of retina displays is to make textual elements and images extremely crisp, so pixels are not visible to the naked eye. This is great for Mac users with retina displays, but not so great for Mac users that do have a non-retina display.<\/p>\n<p>If you are using <a href=\"https:\/\/en.wikipedia.org\/wiki\/MacOS_High_Sierra\" class=\"external\" rel=\"nofollow\">macOS High Sierra<\/a> or <a href=\"https:\/\/www.apple.com\/lae\/macos\/mojave\/\" class=\"external\" rel=\"nofollow\">Mojave<\/a> and have a non-retina display (like an external monitor that does not display ultra-high resolution) you already noticed that the fonts and texts on that screen might be blurry and difficult to read. You can verify this by unplugging the external monitor from your Mac computer and looking at the native retina display that your Mac has. If you see a big difference in the blurriness then for sure your external display is non-retina and may have the issue we are talking about. But do not worry and continue reading the article as this is something that can be fixed.<\/p>\n<p>There are a couple of remedies to smoothen fonts or text on your Mac&#8217;s external monitor. You can also experiment with combinations of these settings and try to get a clearer display if needed.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"enabling_font_smoothing_in_macos_high_sierra_and_mojave_via_system_preferences\"><\/span><b>Enabling Font Smoothing in macOS High Sierra and Mojave via System Preferences<\/b><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>To enable this option you can follow these steps:<\/p>\n<ol>\n<li>Go to the Apple menu and choose <b>System Preferences<\/b>.<\/li>\n<li>Select \u201c<b>General<\/b>\u201d and click on the box for \u201c<b>Use font smoothing when available<\/b>\u201d to enable this option (or if necessary disable it).<\/li>\n<\/ol>\n<p><img src=\"\/help\/wp-content\/uploads\/2018\/11\/Enabling-Font-Smoothing.png\" alt=\"Blurry Fonts\" width=\"663\" height=\"673\" class=\"aligncenter size-full wp-image-10863 colorbox-13433\" \/><\/p>\n<p>This is the simplest checkbox and when it&#8217;s enabled, you might see a difference almost immediately. If the change you see on the screen is good enough, you might not need to do anything else to get rid of the blurry text on your Mac computer.<\/p>\n<p>If you still feel that the text could look better, you will want to proceed with some extra adjustments.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"enabling_font_smoothing_in_macos_high_sierra_and_mojave_via_terminal\"><\/span><b>Enabling Font Smoothing in macOS High Sierra and Mojave v\u00eda Terminal<\/b><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>If changing the settings in your General Preferences did not work and the fonts still feel blurry to you, we will need to continue with some more advanced methods and adjust font smoothing even deeper.<\/p>\n<p>1. Go to Applications -&gt; <b>Utilities<\/b> and then open the <b>Terminal<\/b>.<br \/>\n2. In the Terminal window type in the following command as shown below:<\/p>\n<pre>defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO<\/pre>\n<p>3. Press the <b>Return<\/b> key, then log out of the Terminal and reboot your Mac computer for the font smoothing settings to take effect.<\/p>\n<p>To some Mac users, this change might be too soft and they won\u2019t even see a difference in the clarity of their text or font. For others, this change might be enough to stop seeing the blurry text on their screens. If you are still scratching your head on how to get a clearer text and font on your Mac display, then let\u2019s move on to the next adjustment.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"adjusting_the_mac_font_smoothing_settings_via_defaults\"><\/span><b>Adjusting the Mac Font Smoothing Settings via Defaults.<\/b><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The next step is a manual change, where you will try to change the strength of font smoothing settings or anti-aliasing in macOS. This procedure will also need to be performed via Terminal on your Mac computer. So we will once again head to the <b>Applications\/Utilities<\/b> and open the <b>Terminal<\/b>.<\/p>\n<p>Listed below you will find all smoothing default commands. You will need to enter one and then hit the Return key, then restart your Mac computer to verify that the changes have taken place.<\/p>\n<ul>\n<li>Strong font smoothing defaults command:<\/li>\n<\/ul>\n<pre>defaults -currentHost write -globalDomain AppleFontSmoothing -int 3<\/pre>\n<ul>\n<li>Medium font smoothing defaults command:<\/li>\n<\/ul>\n<pre>defaults -currentHost write -globalDomain AppleFontSmoothing -int 2<\/pre>\n<ul>\n<li>Light font smoothing defaults command:<\/li>\n<\/ul>\n<pre>defaults -currentHost write -globalDomain AppleFontSmoothing -int 1<\/pre>\n<p>You might want to try each of the described commands above to verify which one works best for you.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"reverting_any_changes_in_font_smoothing_in_macos\"><\/span><b>Reverting Any Changes in Font Smoothing in macOS<\/b><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>If you do not like the way your fonts and texts are looking after this troubleshooting procedure, you can revert any and all changes that we have performed so far. To do this we will need to access the Terminal application again.<\/p>\n<p>Once in the Terminal, we will type the following commands:<\/p>\n<p>This command will remove any custom font smoothing setting from your Mac OS X:<\/p>\n<pre>defaults -currentHost delete -globalDomain AppleFontSmoothing<\/pre>\n<p>The next command will revert the changes done to the rendering font smoothing settings back to the defaults in Mac OS X Mojave:<\/p>\n<pre>defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES<\/pre>\n<p>Once more you will need to restart your Mac for all the changes to take place.<\/p>\n<p>The methods mentioned in this guide, might not apply to you directly or to a particular display or screen you have connected at a given point to your Mac computer with High Sierra or Mojave, but in most cases this is all you need to improve how these 2 operating systems handle font rendering and anti-aliasing.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"data_recovery\"><\/span><b>Data Recovery<\/b><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>One thing you can be sure about, if by any chances while you are configuring or touching any specific Settings in your Mac computer and you make a mistake and delete any important files, you can use Disk Drill to <a href=\"https:\/\/www.cleverfiles.com\/help\/how-to-recover-lost-files-with-disk-drill-pro\/\">recover your lost data<\/a>. Disk Drill is a free Mac application that will let you scan your Mac computer and retrieve your deleted files and folders at the highest data recovery rate possible.<\/p>\n<div class=\"post-relative post-download\">\r\n<i class=\"box-60x36 icons icon-winmac-xs  \"><\/i>\r\nDownload Disk Drill data recovery app\r\n<a class=\"btn btn-primary btn-xs-block pull-right\" href=\"\/\/www.cleverfiles.com\/dl.html\">Download now<\/a>\r\n<div class=\"clearfix\"><\/div>\r\n<\/div><p>\n","protected":false},"excerpt":{"rendered":"<p>A very common issue many Mac users face is blurry fonts on their screens. They may also look fuzzy or even extremely thin. This is a very common issue for macOS High Sierra and newly launched macOS Mojave. Many users [&hellip;]<\/p>\n","protected":false},"author":7957,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[],"class_list":{"0":"post-13433","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-understanding"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Fix Blurry Fonts on Mac OS X High Sierra and Mojave<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Blurry Fonts on Mac OS X High Sierra and Mojave\" \/>\n<meta property=\"og:description\" content=\"A very common issue many Mac users face is blurry fonts on their screens. They may also look fuzzy or even extremely thin. This is a very common issue for macOS High Sierra and newly launched macOS Mojave. Many users [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html\" \/>\n<meta property=\"og:site_name\" content=\"Mac Data Recovery\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-03T02:08:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-03T12:51:49+00:00\" \/>\n<meta name=\"author\" content=\"Robert Agar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Cleverfiles\" \/>\n<meta name=\"twitter:site\" content=\"@Cleverfiles\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Robert Agar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html\",\"url\":\"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html\",\"name\":\"How to Fix Blurry Fonts on Mac OS X High Sierra and Mojave\",\"isPartOf\":{\"@id\":\"https:\/\/www.cleverfiles.com\/help\/#website\"},\"datePublished\":\"2018-12-03T02:08:24+00:00\",\"dateModified\":\"2021-06-03T12:51:49+00:00\",\"author\":{\"@id\":\"https:\/\/www.cleverfiles.com\/help\/#\/schema\/person\/ed41d6dfb9e4e79855774b5034fbc290\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.cleverfiles.com\/help\/#website\",\"url\":\"https:\/\/www.cleverfiles.com\/help\/\",\"name\":\"Mac Data Recovery\",\"description\":\"Disk Drill, advanced data recovery app for macOS and Windows\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.cleverfiles.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.cleverfiles.com\/help\/#\/schema\/person\/ed41d6dfb9e4e79855774b5034fbc290\",\"name\":\"Robert Agar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.cleverfiles.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5551aaac790e72027a59789f24ab3814d99945950a872a19abf28de52f82c0fa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5551aaac790e72027a59789f24ab3814d99945950a872a19abf28de52f82c0fa?s=96&d=mm&r=g\",\"caption\":\"Robert Agar\"},\"url\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Blurry Fonts on Mac OS X High Sierra and Mojave","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html","og_locale":"en_US","og_type":"article","og_title":"How to Fix Blurry Fonts on Mac OS X High Sierra and Mojave","og_description":"A very common issue many Mac users face is blurry fonts on their screens. They may also look fuzzy or even extremely thin. This is a very common issue for macOS High Sierra and newly launched macOS Mojave. Many users [&hellip;]","og_url":"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html","og_site_name":"Mac Data Recovery","article_published_time":"2018-12-03T02:08:24+00:00","article_modified_time":"2021-06-03T12:51:49+00:00","author":"Robert Agar","twitter_card":"summary_large_image","twitter_creator":"@Cleverfiles","twitter_site":"@Cleverfiles","twitter_misc":{"Written by":"Robert Agar","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html","url":"https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html","name":"How to Fix Blurry Fonts on Mac OS X High Sierra and Mojave","isPartOf":{"@id":"https:\/\/www.cleverfiles.com\/help\/#website"},"datePublished":"2018-12-03T02:08:24+00:00","dateModified":"2021-06-03T12:51:49+00:00","author":{"@id":"https:\/\/www.cleverfiles.com\/help\/#\/schema\/person\/ed41d6dfb9e4e79855774b5034fbc290"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cleverfiles.com\/help\/mac-fonts-text-blurry.html"]}]},{"@type":"WebSite","@id":"https:\/\/www.cleverfiles.com\/help\/#website","url":"https:\/\/www.cleverfiles.com\/help\/","name":"Mac Data Recovery","description":"Disk Drill, advanced data recovery app for macOS and Windows","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cleverfiles.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.cleverfiles.com\/help\/#\/schema\/person\/ed41d6dfb9e4e79855774b5034fbc290","name":"Robert Agar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cleverfiles.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5551aaac790e72027a59789f24ab3814d99945950a872a19abf28de52f82c0fa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5551aaac790e72027a59789f24ab3814d99945950a872a19abf28de52f82c0fa?s=96&d=mm&r=g","caption":"Robert Agar"},"url":""}]}},"modified_by":"YURYI KULYNYCH","_links":{"self":[{"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/posts\/13433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/users\/7957"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/comments?post=13433"}],"version-history":[{"count":3,"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/posts\/13433\/revisions"}],"predecessor-version":[{"id":17216,"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/posts\/13433\/revisions\/17216"}],"wp:attachment":[{"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/media?parent=13433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/categories?post=13433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cleverfiles.com\/help\/wp-json\/wp\/v2\/tags?post=13433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}