I would like to display a custom font inside a UIWebView. I have already put the font in the plist under \"Fonts provided by application\". The code in use:
For Swift and WKWebView, this worked for me:
@IBOutlet weak var webView: WKWebView! let html = """ My HTML Content