We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e973f55 + 46d3f65 commit 15b1cb5Copy full SHA for 15b1cb5
.circleci/config.yml
@@ -39,9 +39,9 @@ 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
+ dpkg -x fonts-humor-sans_1.0-3_all.deb tmp
45
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.local/share/fonts
46
rm -rf tmp
47
else
0 commit comments