Created
September 21, 2016 01:50
-
-
Save jots/3a1e699b703ecadeace566c69cef5724 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
# http://askubuntu.com/questions/193072/how-to-use-the-new-adobe-source-code-pro-font | |
mkdir /tmp/adodefont | |
cd /tmp/adodefont | |
wget https://github.com/adobe-fonts/source-code-pro/archive/1.017R.zip | |
unzip 1.017R.zip | |
mkdir -p ~/.fonts | |
cp source-code-pro-1.017R/OTF/*.otf ~/.fonts/ | |
fc-cache -f -v | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment