Hello,
In Windows Server (tested in 2008, 2012) with .net framework 4.7, when we use an EO.WebBrowser.WinForm in a winforms application, the webengine does not make the request to download the woff2 sources indicated by the css of the page you're watching.
Until version 20.0.53 it does it correctly, the next one we have tested, 20.2.19 no longer.
Viewing the requests from the webengine debugger, the CSS line:
Quote:src:local("Material Icons"),local("MaterialIcons-Regular"),url(../fonts/MaterialIcons-Regular.570eb838.woff2) format("woff2"),url(../fonts/MaterialIcons-Regular.012cf6a1.woff) format("woff"),url(../fonts/MaterialIcons-Regular.a37b0c01.ttf)
doesn't generate any request and the font is not downloaded correctly.Instead from a windows 10 it works perfectly.
Thanks,
LLuís