Created
February 18, 2018 05:54
-
-
Save hannesbe/3631518b620378706c0e56c71da3c1f9 to your computer and use it in GitHub Desktop.
Script to install Source Code Pro font on Ubuntu (17.10)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentype | |
| sudo git clone https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scp | |
| sudo fc-cache -f -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment