Add hyphen to font glyphs

This commit is contained in:
Madelena Mak 2023-01-03 22:44:33 -05:00
parent 8f79df5c3d
commit 8b62148f4d

View file

@ -114,7 +114,7 @@ font:
- file: 'fonts/GothamRnd-Bold.ttf' - file: 'fonts/GothamRnd-Bold.ttf'
id: font_large_bold id: font_large_bold
size: 108 size: 108
glyphs: [' ', '°', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'C'] glyphs: [' ', '-', '°', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'C']
- file: 'fonts/GothamRnd-Bold.ttf' - file: 'fonts/GothamRnd-Bold.ttf'
id: font_title id: font_title
size: 54 size: 54