Skip to content

Commit

Permalink
use source sans pro again (#43)
Browse files Browse the repository at this point in the history
Add step to dockerfile that installs source code pro
  • Loading branch information
chrisfenner authored Dec 9, 2023
1 parent ba47cac commit 9c14cb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ RUN apk --no-cache add msttcorefonts-installer fontconfig && \
RUN wget https://github.com/kaienfr/Font/raw/master/font/ARIALUNI.TTF -P /usr/share/fonts/TTF/ && \
fc-cache -f

# Install Source Code Pro
RUN wget https://github.com/adobe-fonts/source-code-pro/archive/refs/tags/2.042R-u/1.062R-i/1.026R-vf.zip && \
unzip 1.026R-vf.zip && \
cp source-code-pro-2.042R-u-1.062R-i-1.026R-vf/TTF/*.ttf /usr/share/fonts/TTF/ && \
fc-cache -f

RUN pip install pandocfilters

ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
Expand Down

0 comments on commit 9c14cb7

Please sign in to comment.