Skip to content

Commit

Permalink
prep for removing Scratch font
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Jan 16, 2024
1 parent e4bd005 commit 25321b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 5 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"regenerator-runtime": "0.13.9",
"rimraf": "2.7.1",
"scratch-l10n": "3.14.20220428031608",
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
"scratch-render-fonts": "github:PenguinMod/penguinmod-render-fonts#master",
"style-loader": "1.3.0",
"svg-url-loader": "3.0.3",
"tap": "14.11.0",
Expand Down
2 changes: 2 additions & 0 deletions src/containers/font-dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class FontDropdown extends React.Component {
return '한국어';
case Fonts.JAPANESE:
return '日本語';
case Fonts.SCRATCH:
return 'Branches';
default:
return font;
}
Expand Down

0 comments on commit 25321b5

Please sign in to comment.