I'm writing a simple textviewer for the famous .nfo files. For easy layout stuff I'm using the webbrowser control to display the nfo file. I have font - nonstandard ofcourse - that I'd like to use.
What's the best way to include / link the font in my application ? Do I have to include it in my application-folder and register it, or is there a way to use a font in my control that's not standard installed ?