diff --git a/.platform/hooks/predeploy/00-install-fonts.sh b/.platform/hooks/predeploy/00-install-fonts.sh index af9d08b0b..6f740d0c7 100644 --- a/.platform/hooks/predeploy/00-install-fonts.sh +++ b/.platform/hooks/predeploy/00-install-fonts.sh @@ -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