use the system font for text to speech
This gives a better layout for Tamil and Hindi languages than Inter which seemed to have issues calculating line height.
This commit is contained in:
@ -23,7 +23,7 @@ public extension Font {
|
||||
}
|
||||
|
||||
static var textToSpeechRead: Font {
|
||||
Font.custom(InterFont.bold.rawValue, size: 24, relativeTo: .title2)
|
||||
Font.system(size: 24, weight: .bold)
|
||||
}
|
||||
|
||||
static var appNavbarIcon: Font {
|
||||
|
||||
Reference in New Issue
Block a user