Fix font size for machines without scaling

This commit is contained in:
2021-10-29 15:46:26 +02:00
parent 98bdcb1b2c
commit a6dd7e0c21

View File

@@ -150,7 +150,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: {{ machine.font_size|int - 3 }} size: {{ machine.font_size }}
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter