Fix #206: update Fira Sans font URLs

This commit is contained in:
Matthias Vogelgesang 2016-04-20 09:02:31 +02:00
parent 70fb078319
commit 5107b2383e
1 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@ cd /tmp
# install unzip just in case the user doesn't already have it.
sudo apt-get install unzip -y
wget "http://dev.carrois.com/wordpress/wp-content/uploads/downloads/fira_3_1/FiraSans3106.zip"
wget "http://dev.carrois.com/wordpress/wp-content/uploads/downloads/fira_3_1/FiraMono3106.zip"
wget "http://www.carrois.com/downloads/fira_4_1/FiraFonts4106.zip"
wget "http://www.carrois.com/downloads/fira_mono_3_2/FiraMonoFonts3206.zip"
unzip FiraMono3106.zip
unzip FiraSans3106.zip
unzip FiraSans4106.zip
unzip FiraMono3206.zip
sudo mkdir -p /usr/share/fonts/truetype/FiraSans
sudo mkdir -p /usr/share/fonts/opentype/FiraSans