mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-20 05:18:08 +00:00
fix(core): fix missing TS3 font in bootloader
[no changelog]
This commit is contained in:
parent
7c94080227
commit
655478c3e0
@ -42,7 +42,7 @@ if TREZOR_MODEL in ('R', 'T3B1'):
|
||||
FONT_BOLD='Font_PixelOperator_Bold_8'
|
||||
FONT_MONO='Font_PixelOperator_Regular_8'
|
||||
FONT_BIG='Font_PixelOperator_Regular_8'
|
||||
FONT_NORMAL_UPPER=None
|
||||
FONT_NORMAL_UPPER='Font_PixelOperator_Regular_8_upper'
|
||||
FONT_BOLD_UPPER=None
|
||||
FONT_SUB=None
|
||||
elif TREZOR_MODEL in ('T', 'DISC1', 'DISC2'):
|
||||
|
@ -37,7 +37,7 @@ if TREZOR_MODEL in ('1', 'R', 'T3B1'):
|
||||
FONT_BOLD=None
|
||||
FONT_MONO='Font_PixelOperatorMono_Regular_8'
|
||||
FONT_BIG='Font_PixelOperator_Regular_8'
|
||||
FONT_NORMAL_UPPER=None
|
||||
FONT_NORMAL_UPPER='Font_PixelOperator_Regular_8_upper'
|
||||
FONT_BOLD_UPPER=None
|
||||
FONT_SUB=None
|
||||
elif TREZOR_MODEL in ('T',):
|
||||
|
@ -39,7 +39,7 @@ if TREZOR_MODEL in ('1', 'R', 'T3B1'):
|
||||
FONT_BOLD='Font_PixelOperator_Bold_8'
|
||||
FONT_MONO='Font_PixelOperator_Regular_8'
|
||||
FONT_BIG='Font_PixelOperator_Regular_8'
|
||||
FONT_NORMAL_UPPER=None
|
||||
FONT_NORMAL_UPPER='Font_PixelOperator_Regular_8_upper'
|
||||
FONT_BOLD_UPPER=None
|
||||
FONT_SUB=None
|
||||
elif TREZOR_MODEL in ('T', 'DISC2'):
|
||||
|
Loading…
Reference in New Issue
Block a user