Skip to content

Commit

Permalink
comical sans
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Feb 15, 2024
1 parent 5510b8a commit 98582af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/ComicSans.ttf
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 @@ -22,7 +22,8 @@ const getFonts = function () {
'Archivo': require('base64-loader!./Archivo-Regular.ttf'),
'Archivo Black': require('base64-loader!./Archivo-Black.ttf'),
'Handjet': require('base64-loader!./Handjet.ttf'),
'Luckiest Guy': require('base64-loader!./LuckiestGuy-Regular.ttf')
'Luckiest Guy': require('base64-loader!./LuckiestGuy-Regular.ttf'),
'Comic Sans': require('base64-loader!./ComicSans.ttf')
};
/* eslint-enable global-require */

Expand Down

0 comments on commit 98582af

Please sign in to comment.