Created
April 8, 2015 20:50
-
-
Save arindam89/fef202bb8aa596bd05f6 to your computer and use it in GitHub Desktop.
Misc Font for Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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