Welcome Guest Search | Active Topics | Sign In | Register

Webengine doesn't download woff2 fonts in windows server Options
LLuis Galimany
Posted: Monday, August 10, 2020 1:52:22 PM
Rank: Newbie
Groups: Member

Joined: 8/9/2019
Posts: 1
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
eo_support
Posted: Monday, August 10, 2020 2:51:07 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

The latest version no longer officially supports system older than Windows 2012 R2. So make sure you use an OS at least 2012 R2 or newer. We did test it on this specific system and it renders correctly. We tested with this Url:

https://codepen.io/yisi/pen/dGzeKJ

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.