mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
parent
1b57d879ed
commit
b285ce94f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue