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 150320f

Browse filesBrowse files
committed
MNT : install humor sans 'by hand'
1 parent 22a7ee7 commit 150320f
Copy full SHA for 150320f

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ install:
5656
if [[ $BUILD_DOCS == true ]]; then
5757
pip install numpydoc linkchecker ipython jsonschema mistune
5858
wget https://googlefontdirectory.googlecode.com/hg/ofl/felipa/Felipa-Regular.ttf
59+
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
60+
mkdir -p tmp
61+
dpkg -x fonts-humor-sans_1.0-1_all.deb tmp
62+
cp tmp/usr/share/fonts/truetype/humor-sans/Humor-Sans.ttf ~/.local/share/fonts/
5963
cp Felipa-Regular.ttf ~/.local/share/fonts/
6064
fc-cache -f -v
6165
fi;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.