diff --git a/entrypoint.sh b/entrypoint.sh index f9fcb7d..1d8cbaf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,6 +20,7 @@ else ./google-font-download -f ttf --url="https://fonts.google.com/?selection.family=$INPUT_INSTALLGOOGLEFONT" mkdir /usr/share/fonts/googlefonts mv *.ttf /usr/share/fonts/googlefonts + rm *.css fc-cache -fv fi