Skip to content

Instantly share code, notes, and snippets.

@bytefade
Created April 16, 2015 00:09
Show Gist options
  • Save bytefade/4b51f7c4309e6cf47581 to your computer and use it in GitHub Desktop.
Save bytefade/4b51f7c4309e6cf47581 to your computer and use it in GitHub Desktop.
Install font source code pro in ubunt via terminal
#!/bin/bash
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