diff --git a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReader.swift b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReader.swift index 2d817fcb6..9c8e27b66 100644 --- a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReader.swift +++ b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReader.swift @@ -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,