Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 150320f

Browse files
committed
MNT : install humor sans 'by hand'
1 parent 22a7ee7 commit 150320f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines 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)