We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a441a9d commit 1d6fda6Copy full SHA for 1d6fda6
Dockerfile
@@ -13,7 +13,7 @@ RUN mkdir /tmp/inconsolata && \
13
wget -O inconsolata.zip https://fonts.google.com/download?family=Inconsolata && \
14
unzip inconsolata.zip && \
15
mkdir -p /usr/share/fonts/inconsolata && \
16
- mv -t /usr/share/fonts/inconsolata ./static/*.ttf && \
+ mv -t /usr/share/fonts/inconsolata ./static/*/*.ttf && \
17
rm -r /tmp/inconsolata && \
18
cd /usr/share/fonts/inconsolata && \
19
mkfontscale && mkfontdir && fc-cache -fv
0 commit comments