mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Use correct typeface for txt previews
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
ade50d3b71
commit
3259d427ee
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class TXT extends Provider {
|
|||
|
||||
$fontFile = __DIR__;
|
||||
$fontFile .= '/../../../core';
|
||||
$fontFile .= '/fonts/OpenSans-Regular.ttf';
|
||||
$fontFile .= '/fonts/Nunito-Regular.ttf';
|
||||
|
||||
$canUseTTF = function_exists('imagettftext');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue