mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
v2
This commit is contained in:
parent
ffa4cea61c
commit
f7a6bffb99
6 changed files with 24 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue