Thanks to visit codestin.com Credit goes to github.com
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 e973f55 commit 46d3f65Copy full SHA for 46d3f65
1 file changed
.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