Add blokk
This commit is contained in:
parent
ae2ab5f03a
commit
4eb5ec70be
BIN
public/BLOKKNeue-Regular.woff2
Normal file
BIN
public/BLOKKNeue-Regular.woff2
Normal file
Binary file not shown.
@ -23,3 +23,8 @@
|
|||||||
src: url("scribble-webfont.woff2");
|
src: url("scribble-webfont.woff2");
|
||||||
font-display: swap;
|
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"),
|
text: t("labels.wireframe"),
|
||||||
icon: <FontFamilyWireframeIcon theme={appState.theme} />,
|
icon: <FontFamilyWireframeIcon theme={appState.theme} />,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: FONT_FAMILY.BLOKK,
|
||||||
|
text: t("labels.wireframe"),
|
||||||
|
icon: <FontFamilyWireframeIcon theme={appState.theme} />,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -70,6 +70,7 @@ export const FONT_FAMILY = {
|
|||||||
Cascadia: 3,
|
Cascadia: 3,
|
||||||
REDACTED: 4,
|
REDACTED: 4,
|
||||||
SCRIBBLE: 5,
|
SCRIBBLE: 5,
|
||||||
|
BLOKK: 6,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const THEME = {
|
export const THEME = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user