diff --git a/public/fonts.css b/public/fonts.css
index 85f33749a..b150411f1 100644
--- a/public/fonts.css
+++ b/public/fonts.css
@@ -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;
}
diff --git a/public/scribble-webfont.woff2 b/public/scribble-webfont.woff2
new file mode 100644
index 000000000..9b7962b71
Binary files /dev/null and b/public/scribble-webfont.woff2 differ
diff --git a/src/actions/actionProperties.tsx b/src/actions/actionProperties.tsx
index 3f497f5a3..acf544063 100644
--- a/src/actions/actionProperties.tsx
+++ b/src/actions/actionProperties.tsx
@@ -532,6 +532,11 @@ export const actionChangeFontFamily = register({
text: t("labels.wireframe"),
icon: ,
},
+ {
+ value: FONT_FAMILY.SCRIBBLE,
+ text: t("labels.wireframe"),
+ icon: ,
+ },
];
return (
diff --git a/src/constants.ts b/src/constants.ts
index 1d64e6286..6d78e0e9e 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -69,6 +69,7 @@ export const FONT_FAMILY = {
Helvetica: 2,
Cascadia: 3,
REDACTED: 4,
+ SCRIBBLE: 5,
};
export const THEME = {