- Back to Home »
- tutorial linux , tutorial ubuntu »
- fix : font Jelek di Ubuntu (KDE, Gnome, Unity)
Posted by : Unknown
Minggu, 01 Maret 2015
Fix : font Jelek di Ubuntu (KDE, Gnome, Unity)
Jika Anda menginstal Ubuntu dan font sistem Anda kacau / terlihat jelek. Kemudian Anda perlu mengedit font berkas. Ada dua solusi untuk kalian.
1st: Solution
Open Terminal (Press Ctrl+Alt+T) and copy the following command in terminal:
Terminal Command:
|
---|
cd && mv .fonts.conf .fonts.conf.bak
|
If above solution doesn't work then move to 2nd solution.
2nd: Solution
Open Terminal (Press Ctrl+Alt+T) and copy the following command in terminal:
Terminal Command:
|
---|
cd && sudo gedit ~/.fonts.conf
|
Copy these following lines in text file, save and close file then logout and login back.
<match target="font">
<edit name="hinting" mode="assign">
<bool>false</bool>
</edit>
</match>