From 72bdea6754aa8b28f4f90595bb61be2f0f78674b Mon Sep 17 00:00:00 2001 From: obrusvit Date: Sun, 2 Jun 2024 13:04:59 +0200 Subject: [PATCH] chore(core): remove BIG font from lang jsons Foreign characters are not needed at the moment as the font is used only in ShareWords. [no changelog] --- core/translations/cs.json | 2 +- core/translations/de.json | 2 +- core/translations/es.json | 2 +- core/translations/fr.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/translations/cs.json b/core/translations/cs.json index fe5565434f..60813749dc 100644 --- a/core/translations/cs.json +++ b/core/translations/cs.json @@ -24,7 +24,7 @@ "1_FONT_NORMAL": "font_ttsatoshi_demibold_21_cs.json", "2_FONT_BOLD": "font_ttsatoshi_demibold_21_cs.json", "3_FONT_MONO": "font_robotomono_medium_21_cs.json", - "4_FONT_BIG": "font_ttsatoshi_demibold_42_cs.json", + "4_FONT_BIG": null, "5_FONT_DEMIBOLD": "font_ttsatoshi_demibold_21_cs.json", "6_FONT_NORMAL_UPPER": null, "7_FONT_BOLD_UPPER": null, diff --git a/core/translations/de.json b/core/translations/de.json index 0b715eebb1..0c6d189157 100644 --- a/core/translations/de.json +++ b/core/translations/de.json @@ -24,7 +24,7 @@ "1_FONT_NORMAL": "font_ttsatoshi_demibold_21_de.json", "2_FONT_BOLD": "font_ttsatoshi_demibold_21_de.json", "3_FONT_MONO": "font_robotomono_medium_21_de.json", - "4_FONT_BIG": "font_ttsatoshi_demibold_42_de.json", + "4_FONT_BIG": null, "5_FONT_DEMIBOLD": "font_ttsatoshi_demibold_21_de.json", "6_FONT_NORMAL_UPPER": null, "7_FONT_BOLD_UPPER": null, diff --git a/core/translations/es.json b/core/translations/es.json index cc864bf9d0..89d59c9b72 100644 --- a/core/translations/es.json +++ b/core/translations/es.json @@ -24,7 +24,7 @@ "1_FONT_NORMAL": "font_ttsatoshi_demibold_21_es.json", "2_FONT_BOLD": "font_ttsatoshi_demibold_21_es.json", "3_FONT_MONO": "font_robotomono_medium_21_es.json", - "4_FONT_BIG": "font_ttsatoshi_demibold_42_es.json", + "4_FONT_BIG": null, "5_FONT_DEMIBOLD": "font_ttsatoshi_demibold_21_es.json", "6_FONT_NORMAL_UPPER": null, "7_FONT_BOLD_UPPER": null, diff --git a/core/translations/fr.json b/core/translations/fr.json index b5db41ead7..ccd5d190ef 100644 --- a/core/translations/fr.json +++ b/core/translations/fr.json @@ -24,7 +24,7 @@ "1_FONT_NORMAL": "font_ttsatoshi_demibold_21_fr.json", "2_FONT_BOLD": "font_ttsatoshi_demibold_21_fr.json", "3_FONT_MONO": "font_robotomono_medium_21_fr.json", - "4_FONT_BIG": "font_ttsatoshi_demibold_42_fr.json", + "4_FONT_BIG": null, "5_FONT_DEMIBOLD": "font_ttsatoshi_demibold_21_fr.json", "6_FONT_NORMAL_UPPER": null, "7_FONT_BOLD_UPPER": null,