Skip to content

Instantly share code, notes, and snippets.

@jots
Created September 21, 2016 01:50
Show Gist options
  • Save jots/3a1e699b703ecadeace566c69cef5724 to your computer and use it in GitHub Desktop.
Save jots/3a1e699b703ecadeace566c69cef5724 to your computer and use it in GitHub Desktop.
#!/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