Skip to content

Commit

Permalink
Fixed issue 1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchampollion authored and fmaussion committed Oct 24, 2018
1 parent 93f5f3b commit b1eb023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ python download_cache.py
mkdir ~/.fonts
wget http://antiyawn.com/uploads/Humor-Sans-1.0.ttf
mv Humor-Sans-1.0.ttf ~/.fonts/Humor-Sans-1.0.ttf
fc-cache -fv -y ~/.fonts
cd ~/.fonts/
fc-cache -f -v

# run matplotlib once to generate the font cache
python -c "import matplotlib as mpl; mpl.use('Agg'); import pylab as plt; fig, ax = plt.subplots(); fig.savefig('test.png')"
Expand Down

0 comments on commit b1eb023

Please sign in to comment.