How to Improve Font Rendering In Linux
In this video I cover a method of improving the font rendering on Ubuntu, Fedora, Manjaro, OpenSUSE and Arch based distributions.
Step 1. Improve Font Rendering Instructions.
https://wiki.manjaro.org/index.php?title=Improve_Font_Rendering
Step 2. Install Common Microsoft Fonts.
When it comes to fonts displayed on the Internet, often websites will use common Microsoft ones such as such as Arial, Times New Roman and Vendana.
This is why a website may look off when these fonts are not installed, as you will be using the Liberation font family as a replacement.
The solution is to install the MS Fonts package through your package manager.
For example, on Arch based distributions, install the ttf-ms-fonts package from the AUR.
Alternatively, the below command will install the MS Fonts on Ubuntu based distributions.
sudo apt update && sudo apt install ttf-mscorefonts-installer
#fontrendering #linux #manjaro