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

Skip to content

Commit c700927

Browse files
authored
Merge pull request #16784 from anntzer/circlehumor
Update CircleCI URL for downloading humor-sans.ttf.
2 parents 95c8c88 + 460cb2b commit c700927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ 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
44-
dpkg -x fonts-humor-sans_1.0-1_all.deb tmp
44+
dpkg -x fonts-humor-sans_1.0-3_all.deb tmp
4545
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.local/share/fonts
4646
rm -rf tmp
4747
else

0 commit comments

Comments
 (0)