Add scribble
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -69,6 +69,7 @@ export const FONT_FAMILY = {
|
||||
Helvetica: 2,
|
||||
Cascadia: 3,
|
||||
REDACTED: 4,
|
||||
SCRIBBLE: 5,
|
||||
};
|
||||
|
||||
export const THEME = {
|
||||
|
||||
Reference in New Issue
Block a user