summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-23 13:13:21 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-23 13:13:21 +0200
commit3259d427eecb5954232ce75cf655d1696783850f (patch)
treec500293b2340dd1cc6755e96441bdfd1cc7d59e9 /lib
parentade50d3b71a1ca7ab245a04b348752bf3f70b7f7 (diff)
downloadnextcloud-server-3259d427eecb5954232ce75cf655d1696783850f.tar.gz
nextcloud-server-3259d427eecb5954232ce75cf655d1696783850f.zip
Use correct typeface for txt previews
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Preview/TXT.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Preview/TXT.php b/lib/private/Preview/TXT.php
index 2925e5bd537..a5efb73010c 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');