Well, finally, I went through this.
sudo apt-get install xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic sudo apt-get -y install x-ttcidfont-conf cabextract ttf-mscorefonts-installer sudo apt-get -y install x-ttcidfont-conf sudo dpkg-reconfigure x-ttcidfont-conf
I chose freetype , after that, when I did xvfb-run firefox I started getting errors like this:
Xlib: extension "RANDR" missing on display ":99". (firefox:4691): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
To solve, do the following:
apt-get install dbus-x11
Saheb
source share