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 22a7ee7 commit 150320fCopy full SHA for 150320f
.travis.yml
@@ -56,6 +56,10 @@ install:
56
if [[ $BUILD_DOCS == true ]]; then
57
pip install numpydoc linkchecker ipython jsonschema mistune
58
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/
63
cp Felipa-Regular.ttf ~/.local/share/fonts/
64
fc-cache -f -v
65
fi;
0 commit comments