I'm using custom fonts in my app. They are copied to bundle and hardcoded to appName-info.plist.
This fonts works perfectly in the whole app and in UIWebView.
Im loading htmlString
[webView loadHTMLString:htmlString baseURL:nil];
I use this fonts in webView with css:
fontFamily: fontName
But when i try to use WkWebView custom fonts not working. WkWebView displays random default fonts.
I tried to load it with main bundle path in base url and using font-face in css - WkWebView still displays random fonts.
How can I make custom fonts work in WKWebView?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…