diff --git a/build.sh b/build.sh
index e61522ad130c58375ad399a7cb273a1eaab1d2ba..8ba2e047b7aab8ecd3b404226a0357e2316774d3 100644
--- a/build.sh
+++ b/build.sh
@@ -4,6 +4,7 @@ set -e
 export DISPLAY=:0.0
 export WINEPREFIX="/home/vagrant/.wine"
 export WINEARCH="win32"
+export FONTCONFIG_PATH=/etc/fonts
 
 apt-get update
 apt-get install -y python-software-properties
diff --git a/build_as_vagrant.sh b/build_as_vagrant.sh
index 12eaf92e8ecf5cb6b3b9ec91cc54eb830f620c75..6e12fa6bc126d990e9165ee731b052699771e6fe 100644
--- a/build_as_vagrant.sh
+++ b/build_as_vagrant.sh
@@ -5,6 +5,7 @@ set -x
 export DISPLAY=:0.0
 export WINEPREFIX="/home/vagrant/.wine"
 export WINEARCH="win32"
+export FONTCONFIG_PATH=/etc/fonts
 
 cd /home/vagrant
 
diff --git a/tibbo_build.sh b/tibbo_build.sh
index 21b8f2378deb1e0e0bfe35c205a8dd3b051d32bd..86c297077a87a21b51437f496a94b9ace7d792ff 100644
--- a/tibbo_build.sh
+++ b/tibbo_build.sh
@@ -2,6 +2,7 @@
 export DISPLAY=:0.0
 export WINEPREFIX="/home/vagrant/.wine"
 export WINEARCH="win32"
+export FONTCONFIG_PATH=/etc/fonts
 
 Xvfb :0 -screen 0 1024x768x16 || true &
 rm -rf /home/vagrant/.wine/drive_c/comp || true