From 6b3a8335fe9a7f668ce863ff1510fa268b463fd7 Mon Sep 17 00:00:00 2001 From: Tong Hui Date: Mon, 10 Oct 2016 02:28:42 +0800 Subject: replace with FandolSong and FandolKai --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6f640cc..f1429bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ before_script: - sudo apt-get update - "./install.latex.ubuntu.sh" - wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb + - wget -c http://mirrors.ctan.org/fonts/fandol/FandolSong-Bold.otf http://mirrors.ctan.org/fonts/fandol/FandolKai-Regular.otf http://mirrors.ctan.org/fonts/fandol/FandolSong-Regular.otf + - mv *.ttf /usr/share/fonts/ - sudo dpkg -i *.deb script: -- cgit v1.2.3