diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-06-21 22:35:30 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-06-22 11:23:44 +0200 |
commit | d14c0f2ed7ab02fb470941752d0a027631a6a19a (patch) | |
tree | 8d4e1579518244244dd12ffa4c55c09fd774e2fe /tests | |
parent | 9d121985dc2980ca9c3b4a69d807926d2424757d (diff) | |
download | nextcloud-server-d14c0f2ed7ab02fb470941752d0a027631a6a19a.tar.gz nextcloud-server-d14c0f2ed7ab02fb470941752d0a027631a6a19a.zip |
Move font from Nunito to Noto Sans
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Avatar/UserAvatarTest.php | 2 |
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); } |