Created
July 20, 2015 18:11
-
-
Save edivandecastro/a53c2b907dbc3ccc46a0 to your computer and use it in GitHub Desktop.
Instalando Fontes do mac no linux
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 http://dl.dropbox.com/u/26209128/mac_fonts.tar.gz | |
tar zxvf mac_fonts.tar.gz | |
sudo mv fonts /usr/share/fonts/ | |
sudo fc-cache -f -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment