We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c8c88 commit 7ff588eCopy full SHA for 7ff588e
.circleci/config.yml
@@ -39,7 +39,7 @@ fonts-run: &fonts-install
39
mkdir -p ~/.local/share/fonts
40
wget -nc https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O ~/.local/share/fonts/Felipa-Regular.ttf || true
41
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
+ wget http://http.us.debian.org/debian/pool/main/f/fonts-humor-sans/fonts-humor-sans_1.0-3_all.deb
43
mkdir tmp
44
dpkg -x fonts-humor-sans_1.0-1_all.deb tmp
45
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.local/share/fonts
0 commit comments