Last active
August 29, 2015 14:06
-
-
Save TheWaWaR/a0e7c6b8d6d149490a4a to your computer and use it in GitHub Desktop.
Install fontconfig-infinality in debian 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Link: http://linuxg.net/improve-the-font-rendering-of-your-ubuntu-debian-or-derivative-system-via-infinality/ | |
echo "deb http://ppa.launchpad.net/no1wantdthisname/ppa/ubuntu precise main" | sudo tee /etc/apt/sources.list.d/infinality.list | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E985B27B | |
sudo apt-get update | |
sudo apt-get install fontconfig-infinality |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment