Skip to content

Commit

Permalink
Add look-alike for the Scratch font
Browse files Browse the repository at this point in the history
Already included in TurboWarp/scratch-gui's version of the fonts
From TurboWarp/scratch-gui#909
  • Loading branch information
GarboMuffin committed Apr 7, 2024
1 parent b49a8f5 commit 6be1620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/ScratchSavers_b2.woff2
Binary file not shown.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const getFonts = function () {
'Handwriting': require('base64-loader!./handlee-regular.woff2'),
'Marker': require('base64-loader!./Knewave.woff2'),
'Curly': require('base64-loader!./Griffy-Regular.woff2'),
'Pixel': require('base64-loader!./Grand9K-Pixel.woff2')
'Pixel': require('base64-loader!./Grand9K-Pixel.woff2'),
'Scratch': require('base64-loader!./ScratchSavers_b2.woff2')
};
/* eslint-enable global-require */

Expand Down

0 comments on commit 6be1620

Please sign in to comment.