Add scribble
This commit is contained in:
parent
468f20ae58
commit
ae2ab5f03a
@ -16,6 +16,10 @@
|
||||
font-family: "Redacted";
|
||||
src: url("redacted-script-regular.woff2");
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Scribble";
|
||||
src: url("scribble-webfont.woff2");
|
||||
font-display: swap;
|
||||
}
|
||||
|
BIN
public/scribble-webfont.woff2
Normal file
BIN
public/scribble-webfont.woff2
Normal file
Binary file not shown.
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user