8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98631ba commit 20bd0b5Copy full SHA for 20bd0b5
Dockerfile
@@ -80,8 +80,8 @@ RUN unzip geist-font.zip -d geist-font
80
81
# Install the fonts to the system fonts directory
82
RUN sudo mkdir -p /usr/share/fonts/truetype/geist-font \
83
- && sudo mv geist-font/GeistMono-1.3.0/statics-ttf/*.ttf /usr/share/fonts/truetype/geist-font/ \
84
- && sudo mv geist-font/GeistMono-1.3.0/variable-ttf/*.ttf /usr/share/fonts/truetype/geist-font/
+ && sudo mv geist-font/GeistMono-1.4.0/statics-ttf/*.ttf /usr/share/fonts/truetype/geist-font/ \
+ && sudo mv geist-font/GeistMono-1.4.0/variable-ttf/*.ttf /usr/share/fonts/truetype/geist-font/
85
86
# Update the font cache
87
RUN sudo fc-cache -fv
0 commit comments