Skip to content

Commit

Permalink
it died
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Feb 13, 2024
1 parent fd1e6ad commit f40b920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const getFonts = function () {
'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'),
// Xtraflexidisc is saved as Scratch for backwards-compat, this needs visual renaming
'Scratch': require('base64-loader!./Xtraflexidisc.otf'),
'Technological': require('base64-loader!./MonospaceBold.ttf'),
'Bubbly': require('base64-loader!./QTKooper.otf'),
'Bits and Bytes': require('base64-loader!./freecam-v2.ttf'),
Expand Down

0 comments on commit f40b920

Please sign in to comment.