is it possible to set a custom font for ContentControlThemeFontFamily in WinRt Applications in the standardstyles.xaml?
do you have any example?
Create a resource dictionary of your own and override the themes.
<ResourceDictionary.ThemeDictionaries>
<ResourceDictionary x:Key="Default">
<FontFamily x:Key="ContentControlThemeFontFamily">Times new roman</FontFamily>
</ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With