Merge pull request #11 from LLK/changePixel

Change the pixel font
This commit is contained in:
DD Liu 2018-05-24 16:34:43 -04:00 committed by GitHub
commit f4a33b6c12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

BIN
Grand9K-Pixel.ttf Normal file

Binary file not shown.

Binary file not shown.

View file

@ -7,7 +7,7 @@ const FONTS = {
'Handwriting': require('base64-loader!./handlee-regular.ttf'),
'Marker': require('base64-loader!./knewave.ttf'),
'Curly': require('base64-loader!./Griffy-Regular.ttf'),
'Pixel': require('base64-loader!./PressStart2P-Regular.ttf'),
'Pixel': require('base64-loader!./Grand9K-Pixel.ttf'),
// @todo remove fonts below when font conversion on import is done
'Donegal': require('base64-loader!./DonegalOne-Regular.ttf'),
'Gloria': require('base64-loader!./GloriaHallelujah.ttf'),