mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Better default font
This commit is contained in:
parent
dfc3a890e7
commit
bf799a6534
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ struct WebReader: PlatformViewRepresentable {
|
|||
}
|
||||
}()
|
||||
|
||||
let fontFamily = fontFamilyValue.flatMap { WebFont(rawValue: $0) } ?? .system
|
||||
let fontFamily = fontFamilyValue.flatMap { WebFont(rawValue: $0) } ?? .atkinsonHyperlegible
|
||||
|
||||
let htmlString = WebReaderContent(
|
||||
item: item,
|
||||
|
|
|
|||
Loading…
Reference in a new issue