Skip to content

Commit

Permalink
🎨 Add fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Oct 31, 2024
1 parent 7bb38bb commit acee5f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ RUN apk add --no-cache \
zip \
&& rm -rf /var/cache/apk/*

COPY fonts/Figtree,IBM_Plex_Mono,IBM_Plex_Sans.zip /tmp
RUN mkdir -p /tmp/fonts \
&& mkdir -p /usr/local/share/fonts \
&& unzip /tmp/Figtree,IBM_Plex_Mono,IBM_Plex_Sans.zip -d /tmp/fonts \
&& find /tmp/fonts -name '*.ttf' -exec cp {} /usr/local/share/fonts \; \
&& fc-cache -fv

RUN tlmgr update --self \
&& tlmgr install \
catchfile \
Expand Down
Binary file added fonts/Figtree,IBM_Plex_Mono,IBM_Plex_Sans.zip
Binary file not shown.

0 comments on commit acee5f9

Please sign in to comment.