Skip to content

Commit ed9913f

Browse files
committed
finally replace the scratch font properly
penguinmod-render-fonts doesnt actually matter in the GUI i guess, this just mirrors the change that was made there onto the GUI
1 parent 3311421 commit ed9913f

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed
-35.7 KB
Binary file not shown.
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The fonts included in this archive are released under a �no rights reserved� Creative Commons Zero license. Please do not ask permission to do anything with these fonts. Whatever you want to do with this font, the answer will be yes. Please read about the CC0 Public Domain license before contacting me.
2+
3+
https://creativecommons.org/publicdomain/zero/1.0/
4+
5+
To the extent possible under law, Raymond Larabie has waived all copyright and related or neighboring rights to the fonts in this archive. This work is published from: Japan.
Binary file not shown.

src/lib/tw-scratch-render-fonts/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const Handwriting = require('./handlee-regular.ttf');
66
const Marker = require('./Knewave.ttf');
77
const Curly = require('./Griffy-Regular.ttf');
88
const Pixel = require('./Grand9K-Pixel.ttf');
9-
const Scratch = require('./Scratch.ttf');
9+
// Xtraflexidisc is saved as Scratch for backwards-compat, this needs visual renaming
10+
const Scratch = require('./Xtraflexidisc.otf');
1011

1112
/* PenguinMod Fonts */
1213
const Technological = require('./MonospaceBold.ttf');
@@ -26,6 +27,7 @@ const fontSource = {
2627
'Marker': Marker,
2728
'Curly': Curly,
2829
'Pixel': Pixel,
30+
// Xtraflexidisc is saved as Scratch for backwards-compat, this needs visual renaming
2931
'Scratch': Scratch,
3032
'Technological': Technological,
3133
'Bubbly': Bubbly,

0 commit comments

Comments
 (0)