Install All Google Fonts With A Script In Linux

Posted By Weston Ganger

I wanted a bunch more fonts on my linux machine but didnt want to choose each opne and download it. So I stumbled upon this script that downloads all google fonts and installs them

Warning: This is not my script and I do not host it. I take no responsibility for what happens if you run it. Check the source of the scripts before running if you are worried

# download and change permissions on the script
cd && wget http://webupd8.googlecode.com/files/install-google-fonts
chmod +x install-google-fonts
./install-google-fonts

Related External Links:

Article Topic:Software Development - Linux

Date:June 07, 2015