Merged in release/2024-11-08 (pull request #1897)

release/2024-11-08 - Small fix to font script
This commit is contained in:
Dave Richer
2024-11-09 05:21:03 +00:00

View File

@@ -13,7 +13,7 @@ wget https://images.imex.online/fonts/montserrat.zip -O montserrat.zip
unzip montserrat.zip -d montserrat
# Move the font files to the system fonts directory
mv montserrat/*.ttf /usr/share/fonts
mv montserrat/montserrat/*.ttf /usr/share/fonts
# Rebuild the font cache
fc-cache -fv