1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-22 10:09:04 +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 e618d9af44
commit 1021abf5b5

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,