Skip to content

Commit

Permalink
create .fonts folder if it does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jul 31, 2018
1 parent ef2003f commit 8ff44e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ before_install:
- sudo ln -s /opt/calibre/ebook-convert /usr/local/bin/
# https://ipafont.ipa.go.jp/node26
- wget -nv -O /tmp/ipaexm00301.zip https://oscdl.ipa.go.jp/IPAexfont/ipaexm00301.zip
- mkdir -p ~/.fonts
- unzip -p /tmp/ipaexm00301.zip ipaexm00301/ipaexm.ttf > ~/.fonts/ipaexm.ttf
- fc-cache -fv
install:
Expand Down

0 comments on commit 8ff44e1

Please sign in to comment.