PC Client:
OS Linux Xubuntu
desktop Xfce
Bingung juga karena baru kali ini nemu masalah kayak gini, akhirnya cari di google Alhamdulillah ketemu solusinya...
Solusi (copas aja yah):
1) Edit the file ~/.config/xfce4/Xft.xrdb:
mousepad ~/.config/xfce4/Xft.xrdb
And paste in:
Xft.dpi: 96
Save and exit.
2) Edit /etc/X11/xorg.conf:
sudo mousepad /etc/X11/xorg.conf
And paste in under Section "Files" (if it’s not there alread):
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/100dpi"
Save and exit.
3) Configure your DPI settings in /etc/X11/xorg.conf. You can follow this guide here: http://xubuntulinux.blogspot.com/2006/07/ubuntu-set-correct-dpi-for-x-server.html.
4) Log in and out. Your fonts should now be consistent.
Sumber: http://xubuntu.wordpress.com/2006/08/09/howto-fix-xfce-fonts/