David on Aug 30th, 2008Change the Default Font of a WPF Application
Introduction
When you create a new application in WPF all text will be displayed using the default font of your operating system. If you’re running Vista the default font will be ‘Segoe UI’, if you’re running on XP I expect it will be Tahoma.
Where does the Default Font come from?
There are two main controls which display [...]