summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-06-26 00:08:16 +0200
committerGitHub <noreply@github.com>2019-06-26 00:08:16 +0200
commitb466127b1f470365670beb8cd85f78451acd669d (patch)
tree8c710e118c6fc49a70c9bb281fefb04d72f28b37 /tests
parenta47403d5f85b2ebe2fa14672181b8ce0b6122d34 (diff)
parent97fbf91f29ffabe0cc272da801241d30473e634d (diff)
downloadnextcloud-server-b466127b1f470365670beb8cd85f78451acd669d.tar.gz
nextcloud-server-b466127b1f470365670beb8cd85f78451acd669d.zip
Merge pull request #16055 from nextcloud/design/native-fonts
Use native font stack
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Avatar/UserAvatarTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Avatar/UserAvatarTest.php b/tests/lib/Avatar/UserAvatarTest.php
index 049725c78c9..061866bedb0 100644
--- a/tests/lib/Avatar/UserAvatarTest.php
+++ b/tests/lib/Avatar/UserAvatarTest.php
@@ -235,7 +235,7 @@ class UserAvatarTest extends \Test\TestCase {
$svg = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="64" height="64" version="1.1" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="#0082c9"></rect>
- <text x="50%" y="350" style="font-weight:normal;font-size:279px;font-family:\'Nunito\';text-anchor:middle;fill:#fff">A</text>
+ <text x="50%" y="350" style="font-weight:normal;font-size:280px;font-family:\'Noto Sans\';text-anchor:middle;fill:#fff">A</text>
</svg>';
$this->assertEquals($avatar, $svg);
}