Skip to content

Instantly share code, notes, and snippets.

@bitristan
Created November 14, 2016 11:28
Show Gist options
  • Save bitristan/205dee635dc60c4cfb264a20551b2b69 to your computer and use it in GitHub Desktop.
Save bitristan/205dee635dc60c4cfb264a20551b2b69 to your computer and use it in GitHub Desktop.
Install sourrce code pro font on ubuntu.
wget https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip
unzip 1.050R-it.zip
mkdir ~/.fonts
mv source-code-pro-2.030R-ro-1.050R-it/OTF/*.otf ~/.fonts/
rm -r source-code-pro-2.030R-ro-1.050R-it/ 1.050R-it.zip
fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment