I have: a big html string of an article which I load in a wkWebView like that:
[[self webView]loadHTMLString:htmlStr baseURL:nil];
I need to load css from web page where this article is located.
Article located here: https://vivreathenes.com/visiter-athenes-en-famille-le-nouveau-musee-de-l-enfant.html
I have no idea how I can do this so any help will be appreciated.