taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 43d27dc731ee77f277eb6bf9f98e8c9c2f9ddadb
parent 44ea233b2ea4f63938a6b234cad0ec717f1b5e8f
Author: Marc Stibane <marc@taler.net>
Date:   Sun, 10 Sep 2023 13:25:36 +0200

Italic

Diffstat:
MTalerWallet1/Views/Settings/SettingsItem.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Settings/SettingsItem.swift b/TalerWallet1/Views/Settings/SettingsItem.swift @@ -63,7 +63,7 @@ struct SettingsFont: View { let action: (Int) -> Void @State private var selected = 0 - let fonts = [String(localized: "Standard iOS Font"), "Atkinson-Hyperlegible", "Nunito"] + let fonts = [String(localized: "Standard iOS Font"), "Atkinson-Hyperlegible", "Nunito", "Nunito Italic"] var body: some View { Picker(title, selection: $selected, content: {