srcUrl

val srcUrl: String? = null

The URL to the font resource. To ensure compatibility, it is recommended to use a .woff, .otf or .ttf font. To be able to load fonts by URL, you must also allow remote resources by configuring EpubReaderPublicationOptions.remoteResourcesNonScriptedDocumentsOptions.

If both src and srcUrl are specified, srcUrl will be used instead.