how to include custom font added in info.plist into html page of webview. html is included as string
currently including font as
@font-face{font-family:'PrStart';src:local('PrStart'),url('PrStart.otf') format('opentype');}
but it is not working