I want to be able to define a font family for my WPF application. Preferably using a resource dictionary as a theme referenced from App.xaml. I\'ve tried creati
App.xaml
Actually you can get a full XAML solution combining some of the other answers here.
If your main window is called WinMain (the one you load before all others), just add a reference to a style named e.g. WinAll
WinMain
WinAll
and then define your style this way