Use correct typeface for txt previews
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
ade50d3b71
commit
3259d427ee
|
@ -69,7 +69,7 @@ class TXT extends Provider {
|
||||||
|
|
||||||
$fontFile = __DIR__;
|
$fontFile = __DIR__;
|
||||||
$fontFile .= '/../../../core';
|
$fontFile .= '/../../../core';
|
||||||
$fontFile .= '/fonts/OpenSans-Regular.ttf';
|
$fontFile .= '/fonts/Nunito-Regular.ttf';
|
||||||
|
|
||||||
$canUseTTF = function_exists('imagettftext');
|
$canUseTTF = function_exists('imagettftext');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue