Add scribble

This commit is contained in:
ad1992
2021-10-28 13:46:56 +05:30
parent 468f20ae58
commit ae2ab5f03a
4 changed files with 12 additions and 2 deletions

View File

@@ -532,6 +532,11 @@ export const actionChangeFontFamily = register({
text: t("labels.wireframe"),
icon: <FontFamilyWireframeIcon theme={appState.theme} />,
},
{
value: FONT_FAMILY.SCRIBBLE,
text: t("labels.wireframe"),
icon: <FontFamilyWireframeIcon theme={appState.theme} />,
},
];
return (