Disable font anti-aliasing
-
Is there a way to disable font anti-aliasing? it looks great on the MBP retina display but connecting external LCD display gives me headache after 1 hour of looking that the horribly blurred fonts
-
I, on the other hand, love sub-pixel antialiasing. But you can use an extension for that. Search for "User JavaScript and CSS" in Chrome Web Store, and add a global CSS with:
* { -webkit-subpixel-antialiasing: antialiased; }
This will disable subpixel font rendering in all pages adding a <style> tag in the <head> of all pages - really lightweigh.
-
@brunnopleffken I've tried that solution but the result wasn't much different. In other applications I get completely crisp fonts
-
Ppafflick moved this topic from Vivaldi for macOS on