Skip to content

Commit 9f481d4

Browse files
committed
Fix some font packages
1 parent d1722d3 commit 9f481d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ apt-run: &apt-install
1616
inkscape \
1717
ffmpeg \
1818
dvipng \
19-
pgf \
2019
lmodern \
2120
cm-super \
2221
texlive-latex-base \
2322
texlive-latex-extra \
2423
texlive-fonts-recommended \
2524
texlive-latex-recommended \
25+
texlive-pictures \
2626
texlive-xetex \
2727
graphviz \
2828
libgeos-dev \
2929
fonts-crosextra-carlito \
30-
otf-freefont
30+
fonts-freefont-otf
3131
3232
fonts-run: &fonts-install
3333
name: Install custom fonts

0 commit comments

Comments
 (0)