DEV: Use Nimbus font instead of Helvetica

To generate letter avatars, we’re currently using the ImageMagick suite
and we’re using the Helvetica font family. However, that font isn’t
shipped anymore in the latest stable version of Debian (Bookworm).
Instead it seems to have been replaced by the Nimbus font. The rendering
is extremely similar (not to say it’s the same thing) so it shouldn’t be
noticeable.

That change is necessary for us to upgrade our docker images to Debian
Bookworm.
This commit is contained in:
Loïc Guitaut 2024-03-26 12:34:22 +01:00 committed by Loïc Guitaut
parent f350cea5d2
commit 9c9526f0a8
1 changed files with 2 additions and 2 deletions

View File

@ -80,11 +80,11 @@ class LetterAvatar
-fill
#FFFFFFCC
-font
Helvetica
NimbusSans-Regular
-gravity
Center
-annotate
-0+26
-0+34
#{letter}
-depth
8