Skip to content

Commit

Permalink
Fix marker font
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitwhiz committed Nov 10, 2019
1 parent de2f5eb commit 51b0c97
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added src/Knewave.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const FONTS = {
'Sans Serif': require('base64-loader!./NotoSans-Medium.ttf'),
'Serif': require('base64-loader!./SourceSerifPro-Regular.otf'),
'Handwriting': require('base64-loader!./handlee-regular.ttf'),
'Marker': require('base64-loader!./knewave.ttf'),
'Marker': require('base64-loader!./Knewave.ttf'),
'Curly': require('base64-loader!./Griffy-Regular.ttf'),
'Pixel': require('base64-loader!./Grand9K-Pixel.ttf'),
'Scratch': require('base64-loader!./Scratch.ttf')
Expand Down
Binary file removed src/knewave.ttf
Binary file not shown.

0 comments on commit 51b0c97

Please sign in to comment.