Fonts are not part of the web control. Fonts come from the HTML page of the web page that you are viewing using the web control.
So, the first step is to create an example HTML page that displays correctly in the browser (with the necessary fonts), after which you can load this page into webcontrol later.
To download fonts in an html page, see How to embed fonts in HTML?
After this, the second step is to simply generate the text of the HTML page dynamically (with the font code in it and your NFO), and then paste it into the WebBrowser control.
source
share