diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-06-26 00:08:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-26 00:08:16 +0200 |
commit | b466127b1f470365670beb8cd85f78451acd669d (patch) | |
tree | 8c710e118c6fc49a70c9bb281fefb04d72f28b37 /lib/private/Preview/TXT.php | |
parent | a47403d5f85b2ebe2fa14672181b8ce0b6122d34 (diff) | |
parent | 97fbf91f29ffabe0cc272da801241d30473e634d (diff) | |
download | nextcloud-server-b466127b1f470365670beb8cd85f78451acd669d.tar.gz nextcloud-server-b466127b1f470365670beb8cd85f78451acd669d.zip |
Merge pull request #16055 from nextcloud/design/native-fonts
Use native font stack
Diffstat (limited to 'lib/private/Preview/TXT.php')
-rw-r--r-- | lib/private/Preview/TXT.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Preview/TXT.php b/lib/private/Preview/TXT.php index 1ac98d62338..3e2032df2de 100644 --- a/lib/private/Preview/TXT.php +++ b/lib/private/Preview/TXT.php @@ -74,7 +74,7 @@ class TXT extends ProviderV2 { $fontFile = __DIR__; $fontFile .= '/../../../core'; - $fontFile .= '/fonts/Nunito-Regular.ttf'; + $fontFile .= '/fonts/NotoSans-Regular.ttf'; $canUseTTF = function_exists('imagettftext'); |