Add blokk

This commit is contained in:
ad1992 2021-10-28 14:17:35 +05:30
parent ae2ab5f03a
commit 4eb5ec70be
4 changed files with 11 additions and 0 deletions

Binary file not shown.

View File

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

View File

@ -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 (

View File

@ -70,6 +70,7 @@ export const FONT_FAMILY = {
Cascadia: 3,
REDACTED: 4,
SCRIBBLE: 5,
BLOKK: 6,
};
export const THEME = {