Skip to content

Instantly share code, notes, and snippets.

@bdelespierre
Created April 12, 2016 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdelespierre/4ddd08635c5b1df80d81cc832888f293 to your computer and use it in GitHub Desktop.
Save bdelespierre/4ddd08635c5b1df80d81cc832888f293 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir /tmp/adodefont
cd /tmp/adodefont
wget https://github.com/adobe-fonts/source-code-pro/archive/2.010R-ro/1.030R-it.zip
unzip 1.030R-it.zip
mkdir -p ~/.fonts
cp source-code-pro-2.010R-ro-1.030R-it/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