Reverted to font with better UTF-8 characters support.

This commit is contained in:
Jocelyn Le Sage 2023-04-04 12:19:55 -04:00
parent 194cc6fc0a
commit c5d1e078fe

View File

@ -70,7 +70,7 @@ RUN \
# Icons used by folder/file selection window (when saving as). # Icons used by folder/file selection window (when saving as).
adwaita-icon-theme \ adwaita-icon-theme \
# A font is needed. # A font is needed.
font-cantarell \ font-dejavu \
# The following package is used to send key presses to the X process. # The following package is used to send key presses to the X process.
xdotool \ xdotool \
&& \ && \