Better default font

This commit is contained in:
Jackson Harper 2023-05-31 13:50:02 +08:00
parent dfc3a890e7
commit bf799a6534

View file

@ -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,