Skip to content

Instantly share code, notes, and snippets.

@JoshCrosby
Last active December 29, 2017 03:18
Show Gist options
  • Save JoshCrosby/64cee6d06e84a261ac0f57ada18b5a35 to your computer and use it in GitHub Desktop.
Save JoshCrosby/64cee6d06e84a261ac0f57ada18b5a35 to your computer and use it in GitHub Desktop.
Source Code Font Installation on Linux
[ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentype
sudo git clone --depth 1 --branch release https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scp
sudo fc-cache -f -v
@JoshCrosby
Copy link
Author

Worked on 17.07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment