Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ff588e

Browse files
committed
Update CircleCI URL for downloading humor-sans.ttf.
The old one seems broken.
1 parent 95c8c88 commit 7ff588e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fonts-run: &fonts-install
3939
mkdir -p ~/.local/share/fonts
4040
wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
4141
if [ ! -f ~/.local/share/fonts/Humor-Sans.ttf ]; then
42-
wget https://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
42+
wget http://http.us.debian.org/debian/pool/main/f/fonts-humor-sans/fonts-humor-sans_1.0-3_all.deb
4343
mkdir tmp
4444
dpkg -x fonts-humor-sans_1.0-1_all.deb tmp
4545
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.local/share/fonts

0 commit comments

Comments
 (0)