1
0
Fork 0

Merge pull request #1368 from Benjamin-6848/patch-1

fixed Font-Name in Morse App
master
Gordon Williams 2022-01-31 10:07:20 +00:00 committed by GitHub
commit 8bde346597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/**
* Constants
*/
const FONT_NAME = 'Vector12';
const FONT_NAME = 'Vector';
const FONT_SIZE = 80;
const SCREEN_PIXELS = 240;
const UNIT = 100;