Replies: 1 comment 1 reply
-
It's important to remember that CefSharp is just one of many chromium embedded framework wrappers. CEF has it's own support forum at https://magpcss.org/ceforum/index.php and issue tracker on bitbucket. Likely what you are seeing is https://bitbucket.org/chromiumembedded/cef/issues/2858/fonts-not-loading-look-wrong-on-windows-7 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using CefSharp WPF to display a (local) webapp which uses the material icon font from google.
Our support now got a complaint from a customer, that there were no icons to see on his Windows server, instead the icon names were displayed everywhere.
Tracking back through my old versions, the problem seems to have appeared with an upgrade from CefSharp 75 to 85 back in 2020.
Looking at the same webapp with current google chrome, the icons are shown without any problems.
Any idea what's going wrong here and how I could maybe fix it?
Beta Was this translation helpful? Give feedback.
All reactions