Created
November 14, 2016 11:28
-
-
Save bitristan/205dee635dc60c4cfb264a20551b2b69 to your computer and use it in GitHub Desktop.
Install sourrce code pro font on ubuntu.
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
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