Add blokk

aakansha-wireframe
ad1992 3 years ago
parent ae2ab5f03a
commit 4eb5ec70be

Binary file not shown.

@ -23,3 +23,8 @@
src: url("scribble-webfont.woff2");
font-display: swap;
}
@font-face {
font-family: "Blokk";
src: url("BLOKKNeue-Regular.woff2");
}

@ -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 = {

Loading…
Cancel
Save