Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c700927

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.