This commit is contained in:
dwelle 2023-10-02 14:19:25 +02:00
parent ffa4cea61c
commit f7a6bffb99
6 changed files with 24 additions and 0 deletions

View file

@ -698,6 +698,11 @@ export const actionChangeFontFamily = register({
text: t("labels.handDrawn"),
icon: FreedrawIcon,
},
{
value: FONT_FAMILY.HAND_DRAWN2.fontFamilyId,
text: t("labels.handDrawn"),
icon: FreedrawIcon,
},
{
value: FONT_FAMILY.NORMAL.fontFamilyId,
text: t("labels.normal"),