Skip to content

Instantly share code, notes, and snippets.

@bdelespierre
Created April 12, 2016 14:40
Show Gist options
  • Select an option

  • Save bdelespierre/4ddd08635c5b1df80d81cc832888f293 to your computer and use it in GitHub Desktop.

Select an option

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