Suppose you have a fontUpdatedHeight integer that gives you the exact font.
:
NSString *jsString = [[NSString alloc] initWithFormat:@"document.getElementsByTagName('body')[0].style.webkitTextSizeAdjust= '%lu%%'",(unsigned long)fontUpdatedHeight];
NSString
[self.WKWebView stringByEvaluatingJavaScriptFromString:jsString]