diff --git a/install-fonts.sh b/install-fonts.sh
index 287a8ed897d135edeef5fa316826aac7c46f9705..9d35bb110f7ae997b4a72686c321bb098edbf919 100644
--- a/install-fonts.sh
+++ b/install-fonts.sh
@@ -40,6 +40,9 @@ sudo apt -y remove fonts-noto-mono fonts-noto-cjk
 sudo apt -y remove fonts-khmeros-core fonts-khmeros
 sudo apt -y remove fonts-lklug-sinhala fonts-tibetan-machine fonts-sil-padauk
 
+# Refresh the cache
+sudo fc-cache -fv
+
 # If DocumnentServer is running within a container
 # find the container with:
 # sudo docker ps -a