1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

fixup! feat(core): add fonts for T3T1

This commit is contained in:
Martin Milata 2024-04-23 23:11:12 +02:00
parent 4957ddefc7
commit 5521f90157
2 changed files with 3 additions and 3 deletions

View File

@ -55,8 +55,8 @@ elif TREZOR_MODEL in ('T', 'DISC1', 'DISC2'):
FONT_SUB=None
elif TREZOR_MODEL in ('T3T1',):
FONT_NORMAL='Font_TTSatoshi_DemiBold_21'
FONT_DEMIBOLD=None
FONT_BOLD=None
FONT_DEMIBOLD='Font_TTSatoshi_DemiBold_21'
FONT_BOLD='Font_TTSatoshi_DemiBold_21'
FONT_MONO='Font_RobotoMono_Medium_21'
FONT_BIG='Font_TTSatoshi_DemiBold_42'
FONT_SUB='Font_TTSatoshi_DemiBold_18'

View File

@ -49,7 +49,7 @@ elif TREZOR_MODEL in ('T',):
elif TREZOR_MODEL in ('T3T1',):
FONT_NORMAL='Font_TTSatoshi_DemiBold_21'
FONT_DEMIBOLD=None
FONT_BOLD=None
FONT_BOLD='Font_TTSatoshi_DemiBold_21'
FONT_MONO='Font_RobotoMono_Medium_21'
FONT_BIG=None
FONT_SUB=None