Skip to content

Commit 34a7f18

Browse files
committed
Update name of "Scratch" font in custom font fallback to match the dropdown
See TurboWarp/scratch-paint@449ca96
1 parent 38356b2 commit 34a7f18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/tw-fonts-modal/font-fallback.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class FontFallbackButton extends React.Component {
2727
return '한국어';
2828
case VanillaFonts.JAPANESE:
2929
return '日本語';
30+
case VanillaFonts.MOPED_LIKE:
31+
return 'Mopeds';
3032
}
3133
return this.props.family;
3234
}

0 commit comments

Comments
 (0)