diff --git a/.gitignore b/.gitignore
index 00530e1c83fc6858a098fb4c55d71090643c9b7f..3f02437e02e80eb03aa1bdc0a0c90ad51a2a112e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,7 @@ stage
 
 # Ignore packaged plugins and language packs
 *.phar
+
+# Ignore mPDF temp files
+include/mpdf/ttfontdata
+include/mpdf/tmp
diff --git a/include/mpdf/config.php b/include/mpdf/config.php
index e85795b699baef06efab105b66395da2bc875d3b..fa4fc26e7036b6bec38fe8da4bbdc9c433192d80 100755
--- a/include/mpdf/config.php
+++ b/include/mpdf/config.php
@@ -60,7 +60,7 @@ $this->maxTTFFilesize = 2000;
 // and/or Can set at runtime
 $this->percentSubset = 30;
 
-$this->useAdobeCJK = false;		// Uses Adobe CJK fonts for CJK languages
+$this->useAdobeCJK = true;		// Uses Adobe CJK fonts for CJK languages
 			// default TRUE; only set false if you have defined some available fonts that support CJK
 			// If true this will not stop use of other CJK fonts if specified by font-family:
 			// and vice versa i.e. only dictates behaviour when specified by lang="" incl. AutoFont()