From 3259d427eecb5954232ce75cf655d1696783850f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 23 Oct 2018 13:13:21 +0200 Subject: [PATCH] Use correct typeface for txt previews Signed-off-by: Jan-Christoph Borchardt --- lib/private/Preview/TXT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Preview/TXT.php b/lib/private/Preview/TXT.php index 2925e5bd53..a5efb73010 100644 --- a/lib/private/Preview/TXT.php +++ b/lib/private/Preview/TXT.php @@ -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');