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
(3 intermediate revisions by the same user not shown)
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 76: Line 76:


Feedback about StealthPenguin's post about installing Ubuntu/Infinality fonts can be made at his forum post [http://forum.manjaro.org/index.php?topic=3459.0].
Feedback about StealthPenguin's post about installing Ubuntu/Infinality fonts can be made at his forum post [http://forum.manjaro.org/index.php?topic=3459.0].


Credit goes to FadeMind for his forum tutorial [http://forum.manjaro.org/index.php?topic=6879.msg62703#msg62703], and to the Arch Wiki's FontConfig Example [https://wiki.archlinux.org/index.php/Font_Configuration#Example_fontconfig_configurations]
Credit goes to FadeMind for his forum tutorial [http://forum.manjaro.org/index.php?topic=6879.msg62703#msg62703], and to the Arch Wiki's FontConfig Example [https://wiki.archlinux.org/index.php/Font_Configuration#Example_fontconfig_configurations]
Anonymous user