I\'m creating a WPF app and I would like to know the best way to be able to change the font size for every element in the ui. Do I create a resource dictionary and set Style
Another option is to define the FontFamily and FontSize as resources.
Calibri 12
That way you can use them in your setters.