Skip to content

Instantly share code, notes, and snippets.

@bonndan
Created November 24, 2013 10:28
Show Gist options
  • Save bonndan/7625645 to your computer and use it in GitHub Desktop.
Save bonndan/7625645 to your computer and use it in GitHub Desktop.
Adobe source code pro ubuntu
mkdir /tmp/adodefont
cd /tmp/adodefont
wget http://downloads.sourceforge.net/project/sourcecodepro.adobe/SourceCodePro_FontsOnly-1.017.zip
unzip SourceCodePro_FontsOnly-1.017.zip
sudo mkdir -p /usr/share/fonts/opentype
sudo cp SourceCodePro_FontsOnly-1.017/OTF/*.otf /usr/share/fonts/opentype
sudo fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment