Add blokk
This commit is contained in:
@@ -537,6 +537,11 @@ export const actionChangeFontFamily = register({
|
||||
text: t("labels.wireframe"),
|
||||
icon: <FontFamilyWireframeIcon theme={appState.theme} />,
|
||||
},
|
||||
{
|
||||
value: FONT_FAMILY.BLOKK,
|
||||
text: t("labels.wireframe"),
|
||||
icon: <FontFamilyWireframeIcon theme={appState.theme} />,
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -70,6 +70,7 @@ export const FONT_FAMILY = {
|
||||
Cascadia: 3,
|
||||
REDACTED: 4,
|
||||
SCRIBBLE: 5,
|
||||
BLOKK: 6,
|
||||
};
|
||||
|
||||
export const THEME = {
|
||||
|
||||
Reference in New Issue
Block a user