feat: Add wireframe font redacted

This commit is contained in:
ad1992
2021-10-28 13:23:10 +05:30
parent 8d8769ba4e
commit 468f20ae58
7 changed files with 28 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ import {
TextAlignCenterIcon,
TextAlignLeftIcon,
TextAlignRightIcon,
FontFamilyWireframeIcon,
} from "../components/icons";
import {
DEFAULT_FONT_FAMILY,
@@ -526,6 +527,11 @@ export const actionChangeFontFamily = register({
text: t("labels.code"),
icon: <FontFamilyCodeIcon theme={appState.theme} />,
},
{
value: FONT_FAMILY.REDACTED,
text: t("labels.wireframe"),
icon: <FontFamilyWireframeIcon theme={appState.theme} />,
},
];
return (