Skip to content

Instantly share code, notes, and snippets.

@arindam89
Created April 8, 2015 20:50
Show Gist options
  • Save arindam89/fef202bb8aa596bd05f6 to your computer and use it in GitHub Desktop.
Save arindam89/fef202bb8aa596bd05f6 to your computer and use it in GitHub Desktop.
Misc Font for Ubuntu
# Download the font from here,
# http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
mkdir ucs
tar -xzf ucs-fonts.tar.gz -C ucs
cd ucs/submission
make
# for Ubuntu
sudo mv -b *.pcf.gz /usr/share/fonts/X11/misc
cd /usr/share/fonts/X11/misc
sudo mkfontdir
cd /etc/fonts/conf.d
sudo rm 70-no-bitmaps.conf
sudo ln -s ../conf.avail/70-yes-bitmaps.conf
sudo dpkg-reconfigure fontconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment