How to override ContentControlThemeFontFamily
is it possible to set a custom font for ContentControlThemeFontFamily in WinRt Applications in the standardstyles.xaml? do you have any example? Sameer Vartak 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> 来源: https://stackoverflow.com/questions/12227669/how-to-override-contentcontrolthemefontfamily