Merge pull request #16 from danito/patch-1

Add '-' to temperature font
This commit is contained in:
Madelena Mak 2022-12-06 10:57:25 -05:00 committed by GitHub
commit 8789abfb11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,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