Difference between revisions of "Improve Font Rendering"

imported>FadeMind
(Fix path to /etc/fonts/local.conf file. Some typo fix. Replace gedit to nano in commands.)
imported>Aaditya
Line 7: Line 7:
''1. Create the file /etc/fonts/local.conf''
''1. Create the file /etc/fonts/local.conf''


  sudo nano /etc/fonts/local.conf
  sudo gedit /etc/fonts/local.conf


Paste the following content in the file-
Paste the following content in the file-
Line 29: Line 29:




''2. Create backup a .Xresources file:''
''2. Create backup of .Xresources file:''
  cp .Xresources .Xresources.bak
  cp .Xresources .Xresources.bak


Line 38: Line 38:


''3. Open/Create .Xresources file in text editor:''
''3. Open/Create .Xresources file in text editor:''
  nano .Xresources
  gedit .Xresources


Delete current content (if any) and paste in it:
Delete current content (if any) and paste in it:
Line 60: Line 60:


Finally reboot your computer to apply the settings.
Finally reboot your computer to apply the settings.


= Install Ubuntu/Infinality Fonts for better rendering =
= Install Ubuntu/Infinality Fonts for better rendering =
Anonymous user