From cc9f50394a48f36fd3e5b5c8b1a7d5fcc7a67e0c Mon Sep 17 00:00:00 2001 From: GarboMuffin Date: Thu, 9 May 2024 18:28:50 -0500 Subject: [PATCH] lab/text: add Scratch font (#1452) Actually ScratchSavers in TurboWarp but everyone calls it Scratch It does work in Scratch Lab --- extensions/lab/text.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/lab/text.js b/extensions/lab/text.js index d21f83757d..53f911cd82 100644 --- a/extensions/lab/text.js +++ b/extensions/lab/text.js @@ -36,6 +36,7 @@ "Marker", "Curly", "Pixel", + "Scratch", ]; const DEFAULT_COLOR = "#575e75";