How to include external font in WPF application without installing it
There are two ways of doing this: One way is to package the fonts inside the application. The other way is to have the fonts in a folder. The difference is mostly the URI you need to load the files with. Package with Application Add a /Fonts folder to your solution. Add the True Type … Read more