You can create an installation and deployment project to install the font and deploy it as a prerequisite for the ClickOnce application. You can turn it into a regular prerequisite using the Bootstrapper manifest generator to create a package of the necessary components, copy it to the VS package folder and it will appear in Visual Studio as a prerequisite.
source share