Our marketing department has created web pages that use specific fonts for special purposes. These fonts get installed onto the local system when our users install our software. If I view one of these pages in Google Chrome, I can see the icon from a special font just fine (the circled item in the "Download quick start guide" image below):
However, I cannot see the icon from the font in a browser that I implemented using the "WebBrowser" component that is in Visual C# (2015). I should also point out that I cannot see the font if I view the page with the Edge browser.
My question: Is there a property that I can change (or something else I can do) within the WebBrowser component that will allow the font to display?
Thanks for any assistance!