Skip to content

Commit

Permalink
create otf dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 9, 2023
1 parent 3b4abfb commit 10217fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ RUN wget https://github.com/kaienfr/Font/raw/master/font/ARIALUNI.TTF -P /usr/sh
fc-cache -f

# Install Source Sans Pro, Source Serif Pro, and Source Code Pro
RUN wget https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip && \
RUN mkdir /usr/share/fonts/OTF && \
wget https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip && \
unzip 1.050R-it.zip && \
cp source-code-pro-2.030R-ro-1.050R-it/OTF/*.otf /usr/share/fonts/OTF/ && \
wget https://github.com/adobe-fonts/source-serif-pro/archive/2.000R.zip && \
Expand Down

0 comments on commit 10217fb

Please sign in to comment.