DIGITory/Ubuntu2014. 4. 8. 10:53


"http://www.webupd8.org/2013/06/better-font-rendering-in-linux-with.html?m=1"

폰트들을 보기 편하게 살짝 변경해 주는 기능.

sudo add-apt-repository ppa:no1wantdthisname/ppa

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install fontconfig-infinality


직접 받아서 빌드하여 설치하는 방법은 요기에....

"http://forums.debian.net/viewtopic.php?f=16&t=88545"

1. Clone the git repo


git clone https://github.com/chenxiaolong/Debian-Packages.git

cd Debian-Packages/


2. Install the build dependencies. Run the following

command and install the packages it lists using apt-get/synaptic/etc.


cd freetype-infinality/

dpkg-checkbuilddeps

cd ../fontconfig-infinality/

dpkg-checkbuilddeps


3. Build the packages:


cd ../freetype-infinality/

./build.sh

cd ../fontconfig-infinality/

./build.sh


4. Install the deb files:


cd ..

sudo dpkg -i freetype-infinality/*.deb fontconfig-infinality/*.deb


You'll need to reboot after installing the deb files. Enjoy the better

looking fonts!

Posted by Joe.C