Add font and configuration for dompdf
This commit is contained in:
		@@ -78,7 +78,7 @@ return [
 | 
			
		||||
        /**
 | 
			
		||||
         * Whether to enable font subsetting or not.
 | 
			
		||||
         */
 | 
			
		||||
        "enable_font_subsetting" => false,
 | 
			
		||||
        "enable_font_subsetting" => true,
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
         * The PDF rendering backend to use
 | 
			
		||||
@@ -151,7 +151,7 @@ return [
 | 
			
		||||
         * Used if no suitable fonts can be found. This must exist in the font folder.
 | 
			
		||||
         * @var string
 | 
			
		||||
         */
 | 
			
		||||
        "default_font" => "DejaVu Sans, sans-serif",
 | 
			
		||||
        "default_font" => "",
 | 
			
		||||
 | 
			
		||||
        /**
 | 
			
		||||
         * Image DPI setting
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user