1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-03 07:29:14 +00:00

chore(eckhart): remove line ending hyphens from mono fonts

This commit is contained in:
Lukas Bielesch 2025-04-04 12:40:44 +02:00
parent 67c9614c4d
commit bc0b562012

View File

@ -64,7 +64,8 @@ pub const TEXT_MONO_MEDIUM: TextStyle = TextStyle::new(
BG,
GREY_EXTRA_LIGHT,
GREY_EXTRA_LIGHT,
);
)
.with_line_breaking(LineBreaking::BreakWordsNoHyphen);
pub const TEXT_MONO_MEDIUM_LIGHT: TextStyle = TextStyle::new(
fonts::FONT_MONO_MEDIUM_38,